diff --git a/install-debian.md b/install-debian.md index ed0433d..03e0019 100644 --- a/install-debian.md +++ b/install-debian.md @@ -10,6 +10,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 @@ -35,6 +36,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:'rainbownapkin'},{$set: {rank:'admin'}})` +6. Update the user document 'rank' property to 'admin': `db.users.updateOne({user:'USER_NAME'},{$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