diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-02 13:46:15 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-02 13:46:15 +0300 |
commit | c883660a3e754b5a3b14ef4a1be69503d345e3b5 (patch) | |
tree | a23db0f166c6bb640d17f3d5b4f49537d37e8312 /doc | |
parent | 85b5d203acbea36224fc7e3c0c6b93cce0141b84 (diff) | |
download | gitlab-ce-c883660a3e754b5a3b14ef4a1be69503d345e3b5.tar.gz |
Fix install docs for gitlab-shell setup rake task
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 821ea067e29..90d6f0e17ed 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -27,10 +27,9 @@ The GitLab installation consists of setting up the following components: 1. Packages / Dependencies 2. Ruby 3. System Users -4. GitLab shell -5. Database -6. GitLab -7. Nginx +4. Database +5. GitLab +6. Nginx # 1. Packages / Dependencies @@ -261,7 +260,7 @@ GitLab Shell is an ssh access and repository management software developed speci cd /home/git/gitlab # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed): - sudo -u git -H bundle exec rake gitlab:shell:setup[v1.9.3] REDIS_URL=redis://localhost:6379 + sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.3] REDIS_URL=redis://localhost:6379 # By default, the gitlab-shell config is generated from your main gitlab config. You can review (and modify) it as follows: sudo -u git -H editor /home/git/gitlab-shell/config.yml |