aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-04-18 07:10:32 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-04-18 07:10:32 +0200
commitd632111c45683060e02fac828ad08f924e654d2d (patch)
tree25471915c4dc23a2d45f5ecd267e46569c57c1d2 /README.adoc
parent4a23c47a924116b4ac8b8afb68ce1f372fa5c448 (diff)
downloadacid-d632111c45683060e02fac828ad08f924e654d2d.tar.gz
acid-d632111c45683060e02fac828ad08f924e654d2d.tar.xz
acid-d632111c45683060e02fac828ad08f924e654d2d.zip
Update documentationorigin/master
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 5f2e0a5..e194674 100644
--- a/README.adoc
+++ b/README.adoc
@@ -9,7 +9,7 @@ while the gist of it is actually very simple--run some stuff on new git commits.
'acid' provides a simple web frontend, as well as a webhook endpoint
for notifications about new commits. The daemon is supposed to be "firewalled"
-by a normal HTTP server, and it will not provide TLS support to secure
+by a normal HTTP server, and as such it will not provide TLS support to secure
communications.
'acid' runs tasks over SSH, which should be universal enough.
@@ -26,6 +26,9 @@ Getting it to work
You will need to write your own runner scripts, which may be nontrivial.
The author suggests using __cloud-init__-enabled virtual machines with QEMU.
+For a step-by-step guide, see
+https://p.janouch.name/text/continuous-integration.html[the related article].
+
Demo
----
'acid' is deployed on https://git.janouch.name[].