summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2026-03-25 18:23:14 +1100
committerSt33v <github@f3rr3t.com>2026-03-25 18:23:14 +1100
commitc132b3985e24e557549544a1d10fb0daababdfb1 (patch)
tree03a22b64a9d0742f3313b23a6ec0acee31fbc4c9 /README.md
parent0b7ad7787794e7e0f14eb3e6ada7139fd1b47c78 (diff)
Update cremonde deployment and runtime checks
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c2a195..0312369 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,32 @@ Script can download most recent pdf and convert it to a scaled png file
* write a timer service
* 'xdg-open' the png file in its own workspace (in i3 window manager)
+## Deployment
+
+Current deployment target:
+
+Item | Value
+-----|------
+VPS | `cremonde`
+Site | `pestrel.com`
+Nginx web root | `/srv/www/pestrel/`
+Latest published image | `/srv/www/pestrel/synopticLatest.png`
+App install dir | `/opt/synoptic`
+
+Runtime dependencies on the VPS:
+
+- `curl`
+- `imagemagick`
+- `ghostscript`
+- `nginx`
+
+Relevant scripts:
+
+File | Purpose
+-----|--------
+`setup.sh` | Install systemd units, nginx config, and web content on `cremonde`
+`deploy.sh` | Copy `synopticChart.sh` to `cremonde` and restart `synoptic.service`
+
Files: