From 9936b55bde5351d913d49b7bbbc4c6c991d7e8f0 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 26 Jan 2026 19:44:44 -0700 Subject: [PATCH] Update Servers/Documentation/Zensical.md --- Servers/Documentation/Zensical.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Servers/Documentation/Zensical.md b/Servers/Documentation/Zensical.md index 2bfc07a..c751149 100644 --- a/Servers/Documentation/Zensical.md +++ b/Servers/Documentation/Zensical.md @@ -158,6 +158,9 @@ sudo systemctl enable nginx Now is time for the arguably most-important stage of deployment, which is setting up a [Gitea Act Runner](https://docs.gitea.com/usage/actions/act-runner). This is how document changes in a Gitea repository will propagate automatically into Zensical's `/srv/zensical/docs` folder. ```sh +# Install Dependencies +sudo apt install -y nodejs npm git rsync curl + # Create dedicated Gitea runner service account sudo useradd --system --create-home --home /var/lib/gitea_runner --shell /usr/sbin/nologin gitearunner || true