Commit c883660a3e754b5a3b14ef4a1be69503d345e3b5
1 parent
85b5d203
Exists in
spb-stable
and in
2 other branches
Fix install docs for gitlab-shell setup rake task
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
4 additions
and
5 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -27,10 +27,9 @@ The GitLab installation consists of setting up the following components: |
27 | 27 | 1. Packages / Dependencies |
28 | 28 | 2. Ruby |
29 | 29 | 3. System Users |
30 | -4. GitLab shell | |
31 | -5. Database | |
32 | -6. GitLab | |
33 | -7. Nginx | |
30 | +4. Database | |
31 | +5. GitLab | |
32 | +6. Nginx | |
34 | 33 | |
35 | 34 | |
36 | 35 | # 1. Packages / Dependencies |
... | ... | @@ -261,7 +260,7 @@ GitLab Shell is an ssh access and repository management software developed speci |
261 | 260 | cd /home/git/gitlab |
262 | 261 | |
263 | 262 | # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed): |
264 | - sudo -u git -H bundle exec rake gitlab:shell:setup[v1.9.3] REDIS_URL=redis://localhost:6379 | |
263 | + sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.3] REDIS_URL=redis://localhost:6379 | |
265 | 264 | |
266 | 265 | # By default, the gitlab-shell config is generated from your main gitlab config. You can review (and modify) it as follows: |
267 | 266 | sudo -u git -H editor /home/git/gitlab-shell/config.yml | ... | ... |