Update Setting up a fresh install of Canopy over Debian 12 Bookworm
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"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue