summaryrefslogtreecommitdiff
path: root/doc/install/installation.md
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-02-23 23:10:35 -0800
committerMarin Jankovski <maxlazio@gmail.com>2015-02-23 23:10:35 -0800
commit2feaa69cd5831578f99c3833f8b1e3e5a8031c1d (patch)
treed032f8b17a3655993b0baadea4da445a6367e78f /doc/install/installation.md
parentac918a5cdb405ce81d89c57a9309b52df7c9ca42 (diff)
downloadgitlab-ce-2feaa69cd5831578f99c3833f8b1e3e5a8031c1d.tar.gz
Update version of gitlab-shell in the installation and update documentation.
Diffstat (limited to 'doc/install/installation.md')
-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 f5dcec2f61e..28597fd39d2 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -141,7 +141,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
# Try connecting to the new database with the new user
sudo -u git -H psql -d gitlabhq_production
-
+
# Quit the database session
gitlabhq_production> \q
@@ -280,7 +280,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
GitLab Shell is an SSH access and repository management software developed specially for GitLab.
# Run the installation task for gitlab-shell (replace `REDIS_URL` if needed):
- sudo -u git -H bundle exec rake gitlab:shell:install[v2.4.3] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
+ sudo -u git -H bundle exec rake gitlab:shell:install[v2.5.4] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
# By default, the gitlab-shell config is generated from your main GitLab config.
# You can review (and modify) the gitlab-shell config as follows: