summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-12-23 09:53:08 +0100
committerRémy Coutable <remy@rymai.me>2017-01-09 09:59:20 +0100
commit0c212fae1975ed0cb0030b6abe2c740c89ff480d (patch)
treef204f8f198364f674cb70277311552dffa66e32f /doc/install
parent8ab94120ee0a87c7b1158ebafea101e3952ec758 (diff)
downloadgitlab-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.md6
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.