Commit 139a332293b9d8c4e5436619036e093483d8347f
1 parent
ade12da9
Exists in
master
and in
4 other branches
updated readme
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -2,6 +2,10 @@ |
2 | 2 | |
3 | 3 | GitLab is a free Project/Repository management application |
4 | 4 | |
5 | + | |
6 | +<img src="http://gitlabhq.com/front.png" width="900" height="471"> | |
7 | + | |
8 | + | |
5 | 9 | ## Application details |
6 | 10 | |
7 | 11 | rails 3.1 |
... | ... | @@ -46,10 +50,10 @@ bundle exec rake db:setup RAILS_ENV=production |
46 | 50 | bundle exec rake db:seed_fu RAILS_ENV=production |
47 | 51 | ``` |
48 | 52 | |
49 | -Install gitosis, edit `conf/gitosis.yml` and start server | |
53 | +Install gitosis, edit `config/gitlab.yml` and start server | |
50 | 54 | |
51 | 55 | ```bash |
52 | -rails s -e production | |
56 | +bundle exec rails s -e production | |
53 | 57 | ``` |
54 | 58 | |
55 | 59 | ## Install Gitosis | ... | ... |