How to Install gitlab-workhorse in Ubuntu 18.04



Install gitlab-workhorse by entering the following commands in the terminal:

sudo apt update
sudo apt install gitlab-workhorse

Description:

unloads Git HTTP traffic from the GitLab Rails app (Unicorn)

gitlab-workhorse was designed to unload Git HTTP traffic from the GitLab Rails app (Unicorn) to a separate daemon. It also serves 'git archive' downloads for GitLab. All authentication and authorization logic is still handled by the GitLab Rails app. . Architecture: Git client -> NGINX -> gitlab-workhorse (makes auth request to GitLab Rails app) -> git-upload-pack

Homepage: https://gitlab.com/gitlab-org/gitlab-workhorse/

Version: 0.8.5+debian-3

Section: universe/httpd