Update Setting up a fresh install of Canopy over Debian 12 Bookworm
parent
0035a97676
commit
2aa159cca9
|
|
@ -20,6 +20,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).
|
||||||
|
|
@ -49,7 +50,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
|
3. Run `sudo systemctl enable --now canopy` to run canopy in the background as a system service now, and at boot-time
|
||||||
|
|
||||||
## SSL Setup
|
## SSL Setup
|
||||||
1. Ignore the EFF's instruction like an asshole, and install certbot through apt `sudo apt install certbot`.
|
1. Ignore the EFF's instruction like an asshole, and install certbot through apt `sudo apt install certbot`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue