提交 2d9bbe66 编写于 作者: A Ariejan de Vroom

Revert "Update installation.md"

This reverts commit b5cd66d4.
上级 4b47a58f
...@@ -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,
sudo chmod -R u+rwX public/uploads sudo chmod -R u+rwX public/uploads
# Copy the example Puma config # 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 # Enable cluster mode if you expect to have a high load instance
# Ex. change amount of workers to 3 for 2GB RAM server # 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 # Configure Git global settings for git user, useful when editing via web
# Edit user.email according to what is set in gitlab.yml # Edit user.email according to what is set in gitlab.yml
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册