From b5cd66d41de98c63fdb048e3d0ce600c9353e230 Mon Sep 17 00:00:00 2001 From: Matt Woodward Date: Mon, 15 Jul 2013 15:32:41 -0700 Subject: [PATCH] Update installation.md --- 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 65865e1..7a024fc 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -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 -- libgit2 0.21.2