diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2012-03-16 14:58:49 +0200 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-03-16 14:58:49 +0200 |
commit | f4646f970eb142a531e5f6676515a927dc660549 (patch) | |
tree | aba2314d6197cc26362a88f3cd7663f66f8bd756 /doc | |
parent | 7f76d6cfee7f95e6d89691431540e8d948ca60ec (diff) | |
download | gitlab-ce-f4646f970eb142a531e5f6676515a927dc660549.tar.gz |
fix install guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index 8a3736d8b1a..22205af95ec 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -209,7 +209,7 @@ Application can be started with next command: cd /home/gitlab/gitlab sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb - sudo -u gitlab unicorn_rails -c config/unicorn.rb -E production -D + sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D Edit /etc/nginx/nginx.conf. Add next code to **http** section: |