Update Prepping FerretDB for use with Canopy
parent
d137232333
commit
1058acf00b
|
|
@ -1,10 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Prepping FerretDB for use with Canopy
|
title: Prepping FerretDB for use with Canopy
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## Step-by-step procedure for prepping FerretDB for use with Canopy:
|
## Step-by-step procedure for prepping FerretDB for use with Canopy:
|
||||||
<sup>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)<sup><br>
|
<sup>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)<sup><br>
|
||||||
|
|
||||||
### Install Pre-Req's
|
### Install Pre-Req's
|
||||||
1. Install curl, assuming you haven't already `sudo apt install curl`
|
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
|
### 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`
|
2. Enter the postgresql shell `psql`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue