summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md4
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.