++ debian/devuan notes
This commit is contained in:
parent
df851bee08
commit
c0bf4d96c4
1 changed files with 8 additions and 1 deletions
|
@ -8,6 +8,13 @@ Alpine:
|
||||||
apk add openldap-dev postgresql-dev
|
apk add openldap-dev postgresql-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Debian/Devuan:
|
||||||
|
|
||||||
|
```
|
||||||
|
apt install postgresql-server-dev-all
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Python requirements
|
### Python requirements
|
||||||
|
|
||||||
If you prefer using a venv, use:
|
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:
|
Installing the postgresql service is os dependent, but some hints:
|
||||||
|
|
||||||
* Alpine: `apk add postgresql-server && rc-update add postgresql && rc-service postgresql start`
|
* Alpine: `apk add postgresql-server && rc-update add postgresql && rc-service postgresql start`
|
||||||
|
* Debian/Devuan: `apt install postgresql`
|
||||||
|
|
||||||
### Secrets
|
### Secrets
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue