From ddf2e16357d9d834ceec03954ac117f8f4f95ba3 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sun, 8 Dec 2024 08:19:48 +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 5930c58..ed0433d 100644 --- a/install-debian.md +++ b/install-debian.md @@ -9,6 +9,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 @@ -34,6 +35,6 @@ Before installing make sure you have already prepped your [database](mongodb-deb 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:'admin'},{$set: {rank:'admin'}})` +6. Update the user document 'rank' property to 'admin': `db.users.updateOne({user:'rainbownapkin'},{$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