Commit d87abbe9af31a7183a53062518d3fbc0bdd8d218

Authored by Dmitriy Zaporozhets
2 parents 341b4414 f4646f97

Merge branch 'master' of github.com:gitlabhq/gitlabhq

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  
... ...