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

rainbow napkin 2024-12-08 13:49:21 +00:00
parent b16553a658
commit 4af794d353

@ -11,6 +11,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
@ -31,7 +32,7 @@ Before installing make sure you have already prepped your [database](mongodb-deb
###At some point we will document basic server hardening for canopy such as proper SSH configurations, and firewall rules.
## Admin Account Setup
1. Start-up canopy `npm start run`
1. Start-up canopy `npm run start`
2. Navigate to your servers ip/domain name in your web-browser. (including port if it's set to non-standard w/o a reverse-proxy in-front of it.)
3. Create a new user account (don't log in yet, if you do log-out so you won't have a stale session hanging around.)
4. Drop into a `mongosh` under the canopy user `mongosh --authenticationDatabase "canopy" -u "canopy"`