diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-10-01 09:53:12 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-10-01 09:56:04 +0200 |
commit | 2ac1f95ba1be7b8954dfdeef596770ea746b3cfe (patch) | |
tree | 74f41a62f28e723fc0016e12cfcbfc30593e6835 /doc/install | |
parent | 0ca85051145424795a2e123fab36a721648553ff (diff) | |
download | gitlab-ce-2ac1f95ba1be7b8954dfdeef596770ea746b3cfe.tar.gz |
Update guides to use gitlab-shell 2.0.1.
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 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: |