diff --git a/install_db.sh b/install_db.sh index 5df6990af..f874ff47e 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 1266e9e94..6604106f0 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 ec1fe5e39..d0c3b8307 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