From 55442bf5c868024b72c16be427d46e0e64c4450e Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Thu, 24 Apr 2025 01:43:30 +0000 Subject: [PATCH] Update Setting up a fresh install of Canopy over Debian 12 Bookworm --- install-debian.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.