Name Last Update
app Loading commit data...
config Loading commit data...
db Loading commit data...
doc Loading commit data...
install Loading commit data...
lib Loading commit data...
log Loading commit data...
public Loading commit data...
script Loading commit data...
spec Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.rails_footnotes Loading commit data...
.rspec Loading commit data...
.rvmrc Loading commit data...
CHANGELOG Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
LICENSE Loading commit data...
README.rdoc Loading commit data...
Rakefile Loading commit data...
VERSION Loading commit data...
config.ru Loading commit data...
configure.rb Loading commit data...

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 help.ubuntu.com/community/Git but use “git” as gitosis user name

  3. Change directory to app 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 localhost:3000/ and you'll see project managment page