From 748874a09ebc05bdec64b2d8cf333b1a6a061007 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 26 Apr 2013 11:01:52 +0300 Subject: [PATCH] No unicorn config. Use higher version of gitlab-she;; --- doc/install/installation.md | 4 ++-- 1 file 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.