From 139a332293b9d8c4e5436619036e093483d8347f Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 26 Nov 2011 00:30:51 +0200 Subject: [PATCH] updated readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b01082230d8..766d18cca05 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ GitLab is a free Project/Repository management application + + + + ## Application details rails 3.1 @@ -46,10 +50,10 @@ bundle exec rake db:setup RAILS_ENV=production bundle exec rake db:seed_fu RAILS_ENV=production ``` -Install gitosis, edit `conf/gitosis.yml` and start server +Install gitosis, edit `config/gitlab.yml` and start server ```bash -rails s -e production +bundle exec rails s -e production ``` ## Install Gitosis -- GitLab