Commit fa529c789c6d5e6c7c52de73166007e4650a46fa

Authored by Tobias Pfeiffer
1 parent 74cfab69

added the name change to the installation.md - thanks and nice catch to @NARKOZ

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/installation.md
@@ -252,7 +252,7 @@ You can login via web using admin generated with setup: @@ -252,7 +252,7 @@ You can login via web using admin generated with setup:
252 ## 1. Unicorn 252 ## 1. Unicorn
253 253
254 cd /home/gitlab/gitlab 254 cd /home/gitlab/gitlab
255 - sudo -u gitlab cp config/unicorn.rb.orig config/unicorn.rb 255 + sudo -u gitlab cp config/unicorn.rb.example config/unicorn.rb
256 sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D 256 sudo -u gitlab bundle exec unicorn_rails -c config/unicorn.rb -E production -D
257 257
258 ## 2. Nginx 258 ## 2. Nginx