1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-30 18:11:45 +00:00

Add piwik (#11)

* Update markdown for leanpub fussiness

* Add Piwik recipe
This commit is contained in:
David Young
2017-08-06 08:18:00 +12:00
committed by GitHub
parent b0e28ef6f4
commit ba9aeb7e4f
6 changed files with 101 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ mkdir -p {runners/1,runners/2}
From your GitLab UI, you can retrieve a "token" necessary to register a new runner. To register the runner, you can either create config.toml in each runner's bind-mounted folder (example below), or just "docker exec" into each runner container and execute ```gitlab-container register``` to interactively generate config.toml.
Sample runner config.toml:
```
concurrent = 1
check_interval = 0
@@ -46,6 +47,7 @@ check_interval = 0
shm_size = 0
[runners.cache]
```
## Serving
### Launch runners