Update Setting up a fresh install of Canopy over Debian 12 Bookworm

rainbow napkin 2025-04-24 01:43:30 +00:00
parent 4a4c2a9156
commit 55442bf5c8

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