README.rdoc
617 Bytes
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
-
At the command prompt, clone application:
-
Setup and configure gitosis help.ubuntu.com/community/Git but use “git” as gitosis user name
-
Change directory to
app
and run next commands:ruby configure.rb # OR ruby configure.rb production | test | development
-
Check config/gitosis.yml file
-
Start rails application:
rails s
-
Go to localhost:3000/ and you'll see project managment page