From fa529c789c6d5e6c7c52de73166007e4650a46fa Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Sat, 15 Sep 2012 21:23:41 +0200 Subject: [PATCH] added the name change to the installation.md - thanks and nice catch to @NARKOZ --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index af169d81c6f..d5d1ccddb54 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -252,7 +252,7 @@ You can login via web using admin generated with setup: ## 1. Unicorn cd /home/gitlab/gitlab - sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb + sudo -u gitlab cp config/unicorn.rb.example config/unicorn.rb sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D ## 2. Nginx