Skip to content

documentation: fixes to source installation instructions

ghost-83976-980280 requested to merge AnielaZ/gitlab-ce:patch-29 into master

What does this MR do?

Updates to source installation instructions.

Gitaly needs to be installed (and running, see #47483 (closed)) before database initialization.

Gitaly installation fails because of /home/git/repositories argument in

sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,/home/git/repositories]" RAILS_ENV=production

Related issues

Closes #47483 (closed)
Gitaly cannot be started because init script is missing, there's no init script just for Gitaly

Author's checklist

Review checklist

  • Your team's review (required)
  • PM's review (recommended, but not a blocker)
  • Technical writer's review (required)
  • Merge the EE-MR first, CE-MR afterwards
Edited by Zeger-Jan van de Weg

Merge request reports