Commit 8c7b2cac authored by Federico Meloda's avatar Federico Meloda
Browse files

added db setup in readme

parent 10d3dee0
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ and finally save a *thing* in the database.
Install prerequisites, then run:
```
$ pipenv install
$ pipenv shell
$ npm install --dev
$ npm run build
$ pipenv run ./manage.py migrate
@@ -31,3 +32,8 @@ $ pipenv run ./manage.py runserver 8000
* PostgreSQL > 10
* PostGIS
* GDAL

You should also setup the database:
* Create a DB user with username and password "InVmAn"
* Create a new DB named invman
* You can setup your own configuration in row 84 of invman/setting.py