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
|
*.xlsx
|
||||||
scripts/data/osm_roads.sql
|
|
||||||
scripts/data/redadeg_trace.sql
|
scripts/data/*
|
||||||
scripts/data/redadeg.gpkg
|
|
||||||
scripts/data/redadeg.gpkg-shm
|
|
||||||
scripts/data/redadeg.gpkg-wal
|
|
||||||
|
|
|
@ -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 :
|
Ouvrir une connexion sur la base redadeg, toujours avec un compte administrateur pour installer les extensions :
|
||||||
* postgis
|
* postgis
|
||||||
* postgis_topology
|
* postgis_topology
|
||||||
* pgrouting
|
* pgrouting (apt install postgresql-11-pgrouting)
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE EXTENSION postgis ;
|
CREATE EXTENSION postgis ;
|
||||||
|
|
Loading…
Reference in a new issue