summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-01 09:53:12 +0200
committerMarin Jankovski <maxlazio@gmail.com>2014-10-01 09:56:04 +0200
commit2ac1f95ba1be7b8954dfdeef596770ea746b3cfe (patch)
tree74f41a62f28e723fc0016e12cfcbfc30593e6835 /doc/install
parent0ca85051145424795a2e123fab36a721648553ff (diff)
downloadgitlab-ce-2ac1f95ba1be7b8954dfdeef596770ea746b3cfe.tar.gz
Update guides to use gitlab-shell 2.0.1.
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index c39a83dea19..af6e182cfa0 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -258,7 +258,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.0.0] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
+ sudo -u git -H bundle exec rake gitlab:shell:install[v2.0.1] 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: