diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-09 17:27:46 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-09-09 17:27:46 -0400 |
commit | 7e94c190390a0d7c38645e3d0b5cd66ee4a848c9 (patch) | |
tree | 2f5bae1ed8b7f8dd7c4cc7f6c64b8c43b18def2e /builds.sr.ht | |
parent | 3db2ad6aee7bf14c290615cad9cb9d305fbedef0 (diff) | |
download | sr.ht-docs-7e94c190390a0d7c38645e3d0b5cd66ee4a848c9.tar.gz |
Update builds.sr.ht installation docs
Diffstat (limited to 'builds.sr.ht')
-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 b6a7c92..c3bfdba 100644 --- a/builds.sr.ht/installation.md +++ b/builds.sr.ht/installation.md @@ -41,7 +41,8 @@ automatic testing of patches via lists.sr.ht). # Package installation -On each runner, install the builds.sr.ht and builds.sr.ht-images packages. +On each runner, install the builds.sr.ht-images and builds.sr.ht-worker +packages. # Database configuration @@ -137,6 +138,6 @@ 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. -Once all of this is done, start the `builds.sr.ht-runner` service and it's off +Once all of this is done, start the `builds.sr.ht-worker` service and it's off to the races. Submit builds on the master server and they should run correctly at this point. |