August 2019
Beginner
608 pages
16h 7m
English
On macOS, we use the Homebrew package manager. To install the Runner software, you can execute the following command:
brew install gitlab-runner
After that, you can register the Runner, as shown in Chapter 15, Installing and Configuring GitLab Runners:
gitlab-runner register
After the Runner has been registered, don't start it just yet—we need to edit the config.toml configuration file that's located in ~/.gitlab-runner/config.toml on macOS. We will do that in the Configuring the Runner section.
First, though, we need to install the Docker Machine binary before we configure the Runner in order to start the ...
Read now
Unlock full access