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