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

rainbow napkin 2025-04-24 01:44:05 +00:00
parent 55442bf5c8
commit 5b625cfa42

@ -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: ## 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
@ -40,6 +41,7 @@ Restart=always
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
``` ```
3. Run `sudo systemctl start canopy` to run canopy in the background as a system service
## 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.