Provide a new `gitlab:workhorse:install` Rake task similar to `gitlab:shell:install`
Description
In the GitLab installation documentation we're using the gitlab:shell:install Rake task to install gitlab-shell but we're not using any task to install gitlab-workhorse!
Proposal
The proposal is to create a new gitlab:workhorse:install Rake task similar to the gitlab:shell:install Rake task, the benefits would be as follow:
- Simpler installation step:
sudo -u git -H bundle exec rake gitlab:workhorse:installinstead of manualgit clone / cd gitlab-workhorse / git checkout / make - No need to make sure the
gitlab-workhorseversion is in sync with the version from theGITLAB_WORKHORSE_VERSIONfile