From 779fd737852af3843b073f82142bc29791650e4d Mon Sep 17 00:00:00 2001 From: Joaquim Nallar Date: Thu, 26 Sep 2024 15:47:20 +0200 Subject: [PATCH] update: install_db.sh install_env.sh requirements.txt install_db.sh => work without geonature (geonature-atlas alone) install_env.sh => add wget + use python3 requirements.txt => update greenlet --- install_db.sh | 3 +++ install_env.sh | 7 ++++--- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/install_db.sh b/install_db.sh index 5df6990a..f874ff47 100755 --- a/install_db.sh +++ b/install_db.sh @@ -325,6 +325,9 @@ if ! database_exists $db_name echo "Creating syntheseff example table" sudo -n -u postgres -s psql -d $db_name -f /tmp/atlas/without_geonature.sql &>> log/install_db.log sudo -n -u postgres -s psql -d $db_name -c "ALTER TABLE synthese.syntheseff OWNER TO "$owner_atlas";" + + sudo -n -u postgres -s psql -d $db_name -c "ALTER TABLE utilisateurs.bib_organismes OWNER TO "$owner_atlas";" + sudo -n -u postgres -s psql -d $db_name -c "ALTER TABLE gn_meta.cor_dataset_actor OWNER TO "$owner_atlas";" fi # FR: Creation des Vues Matérialisées (et remplacement éventuel des valeurs en dur par les paramètres) diff --git a/install_env.sh b/install_env.sh index 1266e9e9..6604106f 100755 --- a/install_env.sh +++ b/install_env.sh @@ -24,6 +24,7 @@ sudo apt-get -y upgrade # Go to folder of install_env.sh cd "$(dirname "$0")" +sudo apt-get install -y wget sudo apt-get install -y unzip sudo apt-get install -y apache2 sudo a2enmod proxy @@ -51,11 +52,11 @@ then fi -sudo apt-get install -y python-setuptools +sudo apt-get install -y python3-setuptools sudo apt-get install -y libpq-dev python3-dev -sudo apt-get install python-pip -sudo apt-get install -y python-gdal +sudo apt-get install python3-pip +sudo apt-get install -y python3-gdal sudo apt-get install -y gdal-bin sudo apt-get install -y python3-virtualenv virtualenv diff --git a/requirements.txt b/requirements.txt index ec1fe5e3..d0c3b830 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ geoalchemy2==0.9.4 # via -r requirements.in geojson==2.5.0 # via -r requirements.in -greenlet==1.1.3 +greenlet==3.0.3 # via sqlalchemy gunicorn==20.1.0 # via -r requirements.in