forked from edward/owl-map
doc: README: Add more information about postgres setup
This commit is contained in:
parent
acd5f94bd3
commit
99f74b12d0
|
@ -3,7 +3,14 @@
|
|||
## Setup
|
||||
* clone the project
|
||||
* install geoip and postgres from your local package manager
|
||||
* setup av venv
|
||||
* setup postgres on your machine, see e.g. https://wiki.archlinux.org/title/PostgreSQL
|
||||
* `$ sudo su postgres`
|
||||
* `$ initdb -D /var/lib/postgres/data`
|
||||
* start postgres
|
||||
* create postgres user
|
||||
* `$ sudo su postgres`
|
||||
* `$ createuser --interactive` -> owl
|
||||
* setup a venv
|
||||
* enter the venv
|
||||
* run 'pip install -r requirements.txt'
|
||||
* cp config/examply.py config/default.py
|
||||
|
|
Loading…
Reference in a new issue