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 | |
parent | 0ca85051145424795a2e123fab36a721648553ff (diff) | |
download | gitlab-ce-2ac1f95ba1be7b8954dfdeef596770ea746b3cfe.tar.gz |
Update guides to use gitlab-shell 2.0.1.
-rw-r--r-- | doc/install/installation.md | 2 | ||||
-rw-r--r-- | doc/update/6.x-or-7.x-to-7.3.md | 2 | ||||
-rw-r--r-- | doc/update/7.2-to-7.3.md | 2 | ||||
-rw-r--r-- | doc/update/upgrader.md | 4 |
4 files changed, 5 insertions, 5 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: diff --git a/doc/update/6.x-or-7.x-to-7.3.md b/doc/update/6.x-or-7.x-to-7.3.md index 5799850e4da..a0e21950c78 100644 --- a/doc/update/6.x-or-7.x-to-7.3.md +++ b/doc/update/6.x-or-7.x-to-7.3.md @@ -116,7 +116,7 @@ sudo apt-get install pkg-config cmake ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v2.0.0 +sudo -u git -H git checkout v2.0.1 ``` ## 7. Install libs, migrations, etc. diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md index 48f515ad467..d85e3ea1006 100644 --- a/doc/update/7.2-to-7.3.md +++ b/doc/update/7.2-to-7.3.md @@ -39,7 +39,7 @@ sudo -u git -H git checkout 7-3-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v2.0.0 +sudo -u git -H git checkout v2.0.1 ``` ### 4. Install libs, migrations, etc. diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md index 9943e9205db..cf59b0e461c 100644 --- a/doc/update/upgrader.md +++ b/doc/update/upgrader.md @@ -47,12 +47,12 @@ If all items are green, then congratulations upgrade is complete! If the `gitlab:check` task reports an outdated version of `gitlab-shell` you should upgrade it. -Upgrade it by running the commands below after replacing 2.0.0 with the correct version number: +Upgrade it by running the commands below after replacing 2.0.1 with the correct version number: ``` cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v2.0.0 +sudo -u git -H git checkout v2.0.1 ``` ## One line upgrade command |