révision suite réinstallation
This commit is contained in:
parent
0b9107e172
commit
b416fe994c
|
@ -11,10 +11,11 @@ psql -d postgres -c "ALTER USER redadeg WITH PASSWORD 'redadeg';"
|
||||||
# create database with owner redadeg
|
# create database with owner redadeg
|
||||||
createdb -E UTF8 -O redadeg redadeg
|
createdb -E UTF8 -O redadeg redadeg
|
||||||
|
|
||||||
# postgis extension
|
# postgis extensions
|
||||||
psql -d redadeg -c "CREATE EXTENSION postgis;"
|
psql -d redadeg -c "CREATE EXTENSION postgis;"
|
||||||
|
psql -d redadeg -c "CREATE EXTENSION pgrouting;"
|
||||||
|
psql -d redadeg -c "CREATE EXTENSION postgis_topology SCHEMA topology;"
|
||||||
|
|
||||||
# create tables
|
# create tables
|
||||||
psql -d redadeg -U redadeg -W < create_tables_3948.sql
|
psql -d redadeg -U redadeg -W < create_tables.sql
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ echo ""
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
HOST_DB_redadeg=localhost
|
HOST_DB_redadeg=localhost
|
||||||
HOST_DB_osm=192.168.56.1
|
HOST_DB_osm=localhost
|
||||||
|
|
||||||
# suppose le le .pgpass est correctement configuré pour le compte qui lance ce script
|
# suppose le le .pgpass est correctement configuré pour le compte qui lance ce script
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ echo ""
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
HOST_DB_redadeg=localhost
|
HOST_DB_redadeg=localhost
|
||||||
HOST_DB_osm=192.168.56.1
|
HOST_DB_osm=localhost
|
||||||
|
|
||||||
# suppose le le .pgpass est correctement configuré pour le compte qui lance ce script
|
# suppose le le .pgpass est correctement configuré pour le compte qui lance ce script
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd /data/www/vhosts/ar-redadeg_openstreetmap_bzh/htdocs/scripts/
|
#cd /data/www/vhosts/ar-redadeg_openstreetmap_bzh/htdocs/scripts/
|
||||||
|
|
||||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
# on récupère les couches geojson depuis umap
|
# on récupère les couches geojson depuis umap
|
||||||
|
|
|
@ -9,7 +9,7 @@ DB_NAME=redadeg
|
||||||
DB_USER=redadeg
|
DB_USER=redadeg
|
||||||
|
|
||||||
|
|
||||||
cd /data/www/vhosts/ar-redadeg_openstreetmap_bzh/htdocs/scripts/
|
#cd /data/www/vhosts/ar-redadeg_openstreetmap_bzh/htdocs/scripts/
|
||||||
|
|
||||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
# on récupère les couches geojson depuis umap
|
# on récupère les couches geojson depuis umap
|
||||||
|
|
Loading…
Reference in a new issue