diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-09-08 13:31:54 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-08 13:34:07 -0400 |
commit | 4d6f8a6aee345d12d81f03f8dc1dfdfc2e3bd777 (patch) | |
tree | 6630e7c035ebdf47247bdce3b9176c004b9f098b /doc/install | |
parent | 86556a079e34eb1267e63f7b39cc018665e21bfc (diff) | |
download | gitlab-ce-4d6f8a6aee345d12d81f03f8dc1dfdfc2e3bd777.tar.gz |
Bump gitlab-shell to v2.6.5
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 52031e9b9a1..ee13b0f2537 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -299,7 +299,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.6.3] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production + sudo -u git -H bundle exec rake gitlab:shell:install[v2.6.5] 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: |