Project management and code hosting application. Follow us on twitter @gitlabhq
 
 
 
 
 
 
Go to file
gitlabhq 9ba1224867 init commit 2011-10-09 00:36:38 +03:00
app init commit 2011-10-09 00:36:38 +03:00
config init commit 2011-10-09 00:36:38 +03:00
db init commit 2011-10-09 00:36:38 +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 init commit 2011-10-09 00:36:38 +03:00
log init commit 2011-10-09 00:36:38 +03:00
public init commit 2011-10-09 00:36:38 +03:00
script init commit 2011-10-09 00:36:38 +03:00
spec init commit 2011-10-09 00:36:38 +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 init commit 2011-10-09 00:36:38 +03:00
Gemfile init commit 2011-10-09 00:36:38 +03:00
Gemfile.lock init commit 2011-10-09 00:36:38 +03:00
LICENSE init commit 2011-10-09 00:36:38 +03:00
README.rdoc init commit 2011-10-09 00:36:38 +03:00
Rakefile init commit 2011-10-09 00:36:38 +03:00
VERSION init commit 2011-10-09 00:36:38 +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

README.rdoc

== 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