update READ ME ang gitignore

This commit is contained in:
MaelReboux 2019-04-28 18:14:06 +02:00
parent 815466d075
commit 4f3be25bf4
2 changed files with 3 additions and 6 deletions

7
.gitignore vendored
View file

@ -37,8 +37,5 @@ Temporary Items
*.xlsx
scripts/data/osm_roads.sql
scripts/data/redadeg_trace.sql
scripts/data/redadeg.gpkg
scripts/data/redadeg.gpkg-shm
scripts/data/redadeg.gpkg-wal
scripts/data/*

View file

@ -27,7 +27,7 @@ CREATE DATABASE redadeg WITH OWNER = redadeg;
Ouvrir une connexion sur la base redadeg, toujours avec un compte administrateur pour installer les extensions :
* postgis
* postgis_topology
* pgrouting
* pgrouting (apt install postgresql-11-pgrouting)
```sql
CREATE EXTENSION postgis ;