From 5b625cfa423a1ff095027befb49b2c432c932b0d Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Thu, 24 Apr 2025 01:44:05 +0000 Subject: [PATCH] Update Setting up a fresh install of Canopy over Debian 12 Bookworm --- install-debian.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-debian.md b/install-debian.md index c7e6a7b..658d276 100644 --- a/install-debian.md +++ b/install-debian.md @@ -14,6 +14,7 @@ title: Setting up a fresh install of Canopy over Debian 12 Bookworm + ## Step-by-step procedure for Setting up a fresh install of Canopy over Debian 12 Bookworm: Before installing make sure you have already prepped your [database](mongodb-debian). ## Installation @@ -40,6 +41,7 @@ Restart=always [Install] WantedBy=multi-user.target ``` +3. Run `sudo systemctl start canopy` to run canopy in the background as a system service ## Reverse-Proxy Setup ###This will be documented once we start public testing, for now development boxes don't need this.