Commit 748874a09ebc05bdec64b2d8cf333b1a6a061007

Authored by Dmitriy Zaporozhets
1 parent d747448b

No unicorn config. Use higher version of gitlab-she;;

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/install/installation.md
... ... @@ -101,7 +101,7 @@ GitLab Shell is a ssh access and repository management software developed specia
101 101 cd gitlab-shell
102 102  
103 103 # switch to right version
104   - git checkout v1.2.0
  104 + git checkout v1.3.0
105 105  
106 106 cp config.yml.example config.yml
107 107  
... ... @@ -163,7 +163,7 @@ do so with caution!
163 163 sudo chmod -R u+rwX tmp/pids/
164 164  
165 165 # Copy the example Unicorn config
166   - sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb
  166 + sudo -u git -H cp config/puma.rb.example config/puma.rb
167 167  
168 168 **Important Note:**
169 169 Make sure to edit both files to match your setup.
... ...