cloud:gitlab-runner
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| cloud:gitlab-runner [2018/03/08 13:51] – rmueller | cloud:gitlab-runner [2018/03/08 14:31] (current) – rmueller | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Example Installation of a gitlab runner ====== | ||
| + | |||
| + | - Create a Ubuntu VM (it does not need a floating IP) | ||
| + | - Connect to your VM | ||
| + | - < | ||
| + | sudo bash</ | ||
| + | - sudo apt-get install gitlab-runner | ||
| + | |||
| + | [[https:// | ||
| + | ===== Install Docker if you want to use docker ===== | ||
| + | |||
| + | - < | ||
| + | - < | ||
| + | apt-transport-https \ | ||
| + | ca-certificates \ | ||
| + | curl \ | ||
| + | software-properties-common</ | ||
| + | - < | ||
| + | - < | ||
| + | " | ||
| + | | ||
| + | | ||
| + | - < | ||
| + | - < | ||
| + | - check your installaton with: | ||
| + | - < | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ===== Register specific gitlab-runner ===== | ||
| + | |||
| + | - Get your project specific runner token (%%https:// | ||
| + | - sudo gitlab-runner register (it will ask you for url, token, executor, etc. ) | ||
