summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-01-09 10:51:57 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-01-09 10:51:57 +0000
commit0bfd36095519b6758e785a1e56c11838e1ecbe2a (patch)
tree9884152ba5fa5f9ca9f0ab784f43ec83ed6c3760 /doc/install
parentcb4964d23b49f775ad3c8aa562942911b6b1c262 (diff)
parent0c212fae1975ed0cb0030b6abe2c740c89ff480d (diff)
downloadgitlab-ce-0bfd36095519b6758e785a1e56c11838e1ecbe2a.tar.gz
Merge branch '26014-fix-update-doc' into 'master'
Re-order update steps in the 8.14 -> 8.15 upgrade guide Closes #26014 See merge request !8287
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.