From 3762133062232be9524613242277cc40b0f943bb Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 26 Jan 2026 05:58:44 -0700 Subject: [PATCH] Update Servers/Documentation/Zensical.md --- Servers/Documentation/Zensical.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Servers/Documentation/Zensical.md b/Servers/Documentation/Zensical.md index 2160bec..748eddf 100644 --- a/Servers/Documentation/Zensical.md +++ b/Servers/Documentation/Zensical.md @@ -15,6 +15,7 @@ cd /srv/zensical source .venv/bin/activate pip install zensical zensical new . +deactivate ``` ### Configure Zensical Settings @@ -83,9 +84,11 @@ sudo systemctl reload nginx sudo systemctl enable nginx ``` -### Configure Zensical to Hotload Changes +### Configure Zensical to Hotload Changes `Under Development` Since NGINX has taken over hosting the webpages, this does not need to be accessible from other servers, only NGINX itself which runs on the same host as Zensical. We only want to use the `zensical serve` command to keep a watchdog on the documentation folder and automatically rebuild the static site content when changes are detected. These changes are then served by NGINX's webserver. *We don't care about the IP:port exposed by this built-in Zensical server. ```sh +cd /srv/zensical +source .venv/bin/activate zensical serve ``` \ No newline at end of file