diff options
Diffstat (limited to 'builds.sr.ht/installation.md')
-rw-r--r-- | builds.sr.ht/installation.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/builds.sr.ht/installation.md b/builds.sr.ht/installation.md index 46f9146..c9cebd2 100644 --- a/builds.sr.ht/installation.md +++ b/builds.sr.ht/installation.md @@ -157,8 +157,9 @@ required for the runners. `images` should be set to the installation path of your images (`/var/lib/images`) and `buildlogs` should be set to the path where the runner should write its build logs (the runner user should be able to create files and directories here). Set `runner` to the hostname of the build runner. -You will need to configure nginx to serve the build logs directory in order for -build logs to appear correctly on the website. +You will need to configure nginx to serve the build logs directory at +http://RUNNER-HOSTNAME/logs/ in order for build logs to appear correctly on the +website. Once all of this is done, make sure the worker is compiled (with go 1.11 or later) by running `go build` in the worker/ directory, start the |