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