Skip to content
Snippets Groups Projects
Commit 80efbf85 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Replace unicorn with puma

parent 08e52b08
No related branches found
No related tags found
7 merge requests!4250Readme rendering fix,!3804Prepend "sudo -u git -H" to backup bundle exec commands.,!3776Patch 1,!3737Migration 5.0 -> 5.1 working directories added to step 1,!3746Make the migration doc pg-compatible,!3716Update docs: 5.0 -> 5.1 misses a 'cd' command,!3738Change Upgrade Installation
Loading
Loading
@@ -162,8 +162,8 @@ do so with caution!
sudo -u git -H mkdir tmp/pids/
sudo chmod -R u+rwX tmp/pids/
 
# Copy the example Unicorn config
sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb
# Copy the example Of Puma config
sudo -u git -H cp config/puma.rb.example config/puma.rb
 
**Important Note:**
Make sure to edit both files to match your setup.
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