internal/Anycast-Wiki.md
... ...
@@ -3,12 +3,15 @@ The local webserver is monitored with a simple shell script (below) working in c
3 3
4 4
### Checklist:
5 5
6
- * Install [gollum](https://github.com/gollum/gollum)
6
+ * Install [gollum](https://github.com/gollum/gollum).
7 7
* Clone the dn42 wiki repo:
8 8
9
- `git clone ssh://[email protected]/dn42/wiki`
9
+ `git clone ssh://[email protected]/dn42/wiki /home/wiki.dn42/`
10 10
11
- * Send a [CSR](/services/Certificate-Authority) to `[email protected]` and wait for a reply including internal.dn42/wiki.dn42 certificates
11
+ * Generate a [CSR](/services/Certificate-Authority) and send to `[email protected]`. Wait for a reply containing internal.dn42/wiki.dn42 certificates.
12
+ * Start two gollum instances, read-only and editing on `127.0.0.1`:
13
+
14
+ `gollum --css /home/wiki.dn42/custom.css --gollum-path /home/wiki.dn42/public_html/ --host 127.0.0.1 --port 4568 --no-edit`
12 15
13 16
14 17
#####gollum-watchdog.sh: