diff options
author | Julian P Samaroo <jpsamaroo@jpsamaroo.me> | 2019-01-27 09:22:38 -0600 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-01-27 13:33:47 -0500 |
commit | 8d82c29ab1ef5adb34fce34accceb8d6d8f5c4c6 (patch) | |
tree | fa2a2119c220c3d6ae99dccc7e147a924bad0a21 /builds.sr.ht/installation.md | |
parent | 58380ae926453463b44802d71754bf7288434c22 (diff) | |
download | sr.ht-docs-8d82c29ab1ef5adb34fce34accceb8d6d8f5c4c6.tar.gz |
Indicate where specifically to serve build logs from
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 |