From f4646f970eb142a531e5f6676515a927dc660549 Mon Sep 17 00:00:00 2001 From: Valeriy Sizov Date: Fri, 16 Mar 2012 14:58:49 +0200 Subject: [PATCH] fix install guide --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 8a3736d8..22205af9 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: