Commit f4646f970eb142a531e5f6676515a927dc660549
1 parent
7f76d6cf
Exists in
master
and in
4 other branches
fix install guide
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/installation.md
... | ... | @@ -209,7 +209,7 @@ Application can be started with next command: |
209 | 209 | |
210 | 210 | cd /home/gitlab/gitlab |
211 | 211 | sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb |
212 | - sudo -u gitlab unicorn_rails -c config/unicorn.rb -E production -D | |
212 | + sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D | |
213 | 213 | |
214 | 214 | Edit /etc/nginx/nginx.conf. Add next code to **http** section: |
215 | 215 | ... | ... |