diff options
author | Ariejan de Vroom <ariejan@ariejan.net> | 2013-07-18 12:59:18 +0200 |
---|---|---|
committer | Ariejan de Vroom <ariejan@ariejan.net> | 2013-07-18 12:59:18 +0200 |
commit | 2d9bbe662eed29dc099e4bb7e6408503f0489e09 (patch) | |
tree | 3ace933a091967e7a57cb63810bafe3171492ab1 /doc | |
parent | 4b47a58f2f7296a93ed57c81dec1247a615a52f6 (diff) | |
download | gitlab-ce-2d9bbe662eed29dc099e4bb7e6408503f0489e09.tar.gz |
Revert "Update installation.md"
This reverts commit b5cd66d41de98c63fdb048e3d0ce600c9353e230.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index ca2dac8abaf..ea9cbb5608d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -186,11 +186,11 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version, sudo chmod -R u+rwX public/uploads # Copy the example Puma config - sudo -u git -H cp config/puma.rb.example config/puma.rb + sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb # Enable cluster mode if you expect to have a high load instance # Ex. change amount of workers to 3 for 2GB RAM server - sudo -u git -H vim config/puma.rb + sudo -u git -H vim config/unicorn.rb # Configure Git global settings for git user, useful when editing via web # Edit user.email according to what is set in gitlab.yml |