From 45000c74769c01fcb8f90a3069f6da5c4e074656 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sun, 8 Dec 2024 08:19:31 +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 6df2e5d..5930c58 100644 --- a/install-debian.md +++ b/install-debian.md @@ -8,6 +8,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 @@ -33,6 +34,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:'test'},{$set: {rank:'admin'}})` +6. Update the user document 'rank' property to 'admin': `db.users.updateOne({user:'admin'},{$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