Project management and code hosting application. Follow us on twitter @gitlabhq
Go to file
2011-10-10 00:15:28 +03:00
app gitosis error handle 2011-10-10 00:15:28 +03:00
config gitosis error handle 2011-10-10 00:15:28 +03:00
db tests seed 2011-10-09 22:55:06 +03:00
doc init commit 2011-10-09 00:36:38 +03:00
install init commit 2011-10-09 00:36:38 +03:00
lib gitosis error handle 2011-10-10 00:15:28 +03:00
log init commit 2011-10-09 00:36:38 +03:00
public gitosis error handle 2011-10-10 00:15:28 +03:00
script init commit 2011-10-09 00:36:38 +03:00
spec tests seed 2011-10-09 22:55:06 +03:00
vendor init commit 2011-10-09 00:36:38 +03:00
.gitignore gitignore 2011-10-09 00:34:49 +03:00
.rails_footnotes init commit 2011-10-09 00:36:38 +03:00
.rspec init commit 2011-10-09 00:36:38 +03:00
.rvmrc init commit 2011-10-09 00:36:38 +03:00
CHANGELOG changelog & version updated 2011-10-09 01:18:41 +03:00
config.ru init commit 2011-10-09 00:36:38 +03:00
configure.rb init commit 2011-10-09 00:36:38 +03:00
Gemfile transition to gem git 2011-10-08 15:33:36 -07:00
Gemfile.lock transition to gem git 2011-10-08 15:33:36 -07:00
LICENSE init commit 2011-10-09 00:36:38 +03:00
Rakefile init commit 2011-10-09 00:36:38 +03:00
README.rdoc init commit 2011-10-09 00:36:38 +03:00
VERSION changelog & version updated 2011-10-09 01:18:41 +03:00

== Welcome to GitLab

GitLAb is a free Project/Repository managment application

== Application details

rails 3.1
works only with gitosis
sqlite as default db 

== Getting Started

1. At the command prompt, clone application:
2. Setup and configure gitosis https://help.ubuntu.com/community/Git but use "git" as gitosis user name
3. Change directory to <tt>app</tt> and run next commands:
       ruby configure.rb # OR ruby configure.rb production | test | development
4. Check config/gitosis.yml file
5. Start rails application:
       rails s

6. Go to http://localhost:3000/ and you'll see project managment page