Merge branch 'nico/meow-pay-master' into HEAD
This commit is contained in:
commit
033b1e846a
1 changed files with 8 additions and 1 deletions
|
@ -8,6 +8,13 @@ Alpine:
|
|||
apk add openldap-dev postgresql-dev
|
||||
```
|
||||
|
||||
Debian/Devuan:
|
||||
|
||||
```
|
||||
apt install postgresql-server-dev-all
|
||||
```
|
||||
|
||||
|
||||
### Python requirements
|
||||
|
||||
If you prefer using a venv, use:
|
||||
|
@ -42,7 +49,7 @@ postgres=# create database uncloud owner nico;
|
|||
Installing the postgresql service is os dependent, but some hints:
|
||||
|
||||
* Alpine: `apk add postgresql-server && rc-update add postgresql && rc-service postgresql start`
|
||||
|
||||
* Debian/Devuan: `apt install postgresql`
|
||||
|
||||
### Secrets
|
||||
|
||||
|
|
Loading…
Reference in a new issue