update READ ME ang gitignore
This commit is contained in:
parent
815466d075
commit
4f3be25bf4
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -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/*
|
||||
|
|
|
@ -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 ;
|
||||
|
|
Loading…
Reference in a new issue