From 1058acf00bf266065a1563b7418b719c69b17a0f Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 7 Dec 2024 19:34:30 +0000 Subject: [PATCH] Update Prepping FerretDB for use with Canopy --- ferretdb-debian.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ferretdb-debian.md b/ferretdb-debian.md index 3e6b99d..10563f4 100644 --- a/ferretdb-debian.md +++ b/ferretdb-debian.md @@ -1,10 +1,8 @@ --- title: Prepping FerretDB for use with Canopy --- - - ## Step-by-step procedure for prepping FerretDB for use with Canopy: -FerretDB is a FLOSS replacement for MongoDB. If you're not hell bent on using software with a hard FLOSS license like me, you're probably better off [using the original](mongodb-debian)
+FerretDB is a FLOSS replacement for MongoDB. If you're not hell bent on using software with a hard FLOSS license, you're probably better off [using the original](mongodb-debian)
### Install Pre-Req's 1. Install curl, assuming you haven't already `sudo apt install curl` @@ -21,5 +19,5 @@ title: Prepping FerretDB for use with Canopy ### Postgresql Configuration -1. Use super-cow powers to enter a postgres shell `sudo -i -u postgres` +1. Use super-cow powers to login as the postgres user `sudo -i -u postgres` 2. Enter the postgresql shell `psql`