diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-26 11:01:52 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-26 11:01:52 +0300 |
commit | 748874a09ebc05bdec64b2d8cf333b1a6a061007 (patch) | |
tree | 8eaa2c8ad2e34c28335baa21d6ff5c118ad06c11 /doc/install | |
parent | d747448b8b8534e9c53133afaf0b2b32cc30fee7 (diff) | |
download | gitlab-ce-748874a09ebc05bdec64b2d8cf333b1a6a061007.tar.gz |
No unicorn config. Use higher version of gitlab-she;;
Diffstat (limited to 'doc/install')
-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 e4317351387..854cf9835a8 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -101,7 +101,7 @@ GitLab Shell is a ssh access and repository management software developed specia cd gitlab-shell # switch to right version - git checkout v1.2.0 + git checkout v1.3.0 cp config.yml.example config.yml @@ -163,7 +163,7 @@ do so with caution! sudo chmod -R u+rwX tmp/pids/ # Copy the example Unicorn 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 **Important Note:** Make sure to edit both files to match your setup. |