From 295fe57816145adf8fa38621153b57190f8c2ac6 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 7 Dec 2024 21:08:35 +0000 Subject: [PATCH] Update Setting up a fresh install of Canopy over Debian 12 Bookworm --- install-debian.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/install-debian.md b/install-debian.md index 2177b81..e081cd8 100644 --- a/install-debian.md +++ b/install-debian.md @@ -3,6 +3,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: ## Installation @@ -16,10 +17,11 @@ title: Setting up a fresh install of Canopy over Debian 12 Bookworm ###This will be documented once we start public testing, for now development boxes don't need this. ## Admin Account Setup -1. 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.) -2. 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.) -3. Drop into a `mongosh` under the canopy user `mongosh --authenticationDatabase "canopy" -u "canopy"` -4. Switch over to the canopy database `use canopy` -5. Update the user document 'rank' property to 'admin': `db.users.updateOne({user:'test'},{$set: {rank:'admin'}})` +1. Start-up canopy `npm start run` +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"` +5. Switch over to the canopy database `use canopy` +6. Update the user document 'rank' property to 'admin': `db.users.updateOne({user:'test'},{$set: {rank:'admin'}})` You may now log-in to your spanky-new canopy instance with your fresh admin account. You are ready to start making channels and taking tokes! \ No newline at end of file