diff options
author | Rémy Coutable <remy@rymai.me> | 2016-12-23 09:53:08 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-01-09 09:59:20 +0100 |
commit | 0c212fae1975ed0cb0030b6abe2c740c89ff480d (patch) | |
tree | f204f8f198364f674cb70277311552dffa66e32f /doc/install | |
parent | 8ab94120ee0a87c7b1158ebafea101e3952ec758 (diff) | |
download | gitlab-ce-0c212fae1975ed0cb0030b6abe2c740c89ff480d.tar.gz |
Re-order update steps in the 8.14 -> 8.15 upgrade guide26014-fix-update-doc
1. Gems need to be installed before we can run the
gitlab:workhorse:install task
1. Update gitlab-shell after gitlab-workhorse since it's a manual step
that needs to be done in `/home/git/gitlab-shell`
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 2740b2982b9..d2ff2b47cd8 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -400,16 +400,10 @@ GitLab-Workhorse uses [GNU Make](https://www.gnu.org/software/make/). The following command-line will install GitLab-Workhorse in `/home/git/gitlab-workhorse` which is the recommended location. - cd /home/git/gitlab - sudo -u git -H bundle exec rake "gitlab:workhorse:install[/home/git/gitlab-workhorse]" RAILS_ENV=production ### Initialize Database and Activate Advanced Features - # Go to GitLab installation folder - - cd /home/git/gitlab - sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production # Type 'yes' to create the database tables. |