Loading README.md +7 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
README.md +7 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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