Commit 2d9bbe662eed29dc099e4bb7e6408503f0489e09
1 parent
4b47a58f
Exists in
master
and in
4 other branches
Revert "Update installation.md"
This reverts commit b5cd66d41de98c63fdb048e3d0ce600c9353e230.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
@@ -186,11 +186,11 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version, | @@ -186,11 +186,11 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version, | ||
186 | sudo chmod -R u+rwX public/uploads | 186 | sudo chmod -R u+rwX public/uploads |
187 | 187 | ||
188 | # Copy the example Puma config | 188 | # Copy the example Puma config |
189 | - sudo -u git -H cp config/puma.rb.example config/puma.rb | 189 | + sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb |
190 | 190 | ||
191 | # Enable cluster mode if you expect to have a high load instance | 191 | # Enable cluster mode if you expect to have a high load instance |
192 | # Ex. change amount of workers to 3 for 2GB RAM server | 192 | # Ex. change amount of workers to 3 for 2GB RAM server |
193 | - sudo -u git -H vim config/puma.rb | 193 | + sudo -u git -H vim config/unicorn.rb |
194 | 194 | ||
195 | # Configure Git global settings for git user, useful when editing via web | 195 | # Configure Git global settings for git user, useful when editing via web |
196 | # Edit user.email according to what is set in gitlab.yml | 196 | # Edit user.email according to what is set in gitlab.yml |