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.