From 4af794d3535e11b0c3f48a7b6aca8cad5b711e80 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sun, 8 Dec 2024 13:49:21 +0000 Subject: [PATCH] Update Setting up a fresh install of Canopy over Debian 12 Bookworm --- install-debian.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-debian.md b/install-debian.md index 03e0019..0597b39 100644 --- a/install-debian.md +++ b/install-debian.md @@ -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"`