diff --git a/install-debian.md b/install-debian.md index acd68e0..c7e6a7b 100644 --- a/install-debian.md +++ b/install-debian.md @@ -13,6 +13,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 @@ -25,7 +26,8 @@ Before installing make sure you have already prepped your [database](mongodb-deb ## Canopy as a System Service Setup 1. Create a user named 'canopy' and move the production canopy folder to it's home dir 2. Create a new file at `/etc/systemd/system/canopy.service`, and add: -`[Unit] +``` +[Unit] Description=canopy After=network.target @@ -37,7 +39,7 @@ Restart=always [Install] WantedBy=multi-user.target -` +``` ## Reverse-Proxy Setup ###This will be documented once we start public testing, for now development boxes don't need this.