August 2019
Beginner
608 pages
16h 7m
English
For yum-based systems, you can add the official GitLab package repository:
curl -o script.rpm.sh https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh less script.rpm.sh #(check the contents, if you are fine with it make it executable and run it) chmod +x script.rpm.sh ./script.rpm.sh
After that, you can install GitLab with this basic command (as root or with sudo):
yum install gitlab-runner
For apt-based systems, it's a bit more tricky to stay up to date with the latest and greatest. We can add a link to GitLab apt repositories, but unfortunately, Debian has named the package in the base repository the same as GitLab. This means that the base packages automatically take precedence. A ...
Read now
Unlock full access