Skip to content
Snippets Groups Projects
Commit b5cd66d4 authored by Matt Woodward's avatar Matt Woodward
Browse files

Update installation.md

Updated incorrect/outdated references to unicorn.rb; changed to puma.rb
parent a6cfb54c
No related branches found
No related tags found
1 merge request!4563Update installation.md
Loading
Loading
@@ -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/unicorn.rb.example config/unicorn.rb
sudo -u git -H cp config/puma.rb.example config/puma.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/unicorn.rb
sudo -u git -H vim config/puma.rb
 
# Configure Git global settings for git user, useful when editing via web
# Edit user.email according to what is set in gitlab.yml
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment