mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
replace Symfony dotenv dependency with Python dotenv
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
# Installing the Required Software
|
||||
# ================================
|
||||
#
|
||||
# !!! caution
|
||||
# These instructions are currently broken because they do not
|
||||
# include installation of the required PHP library symfony-dotenv.
|
||||
#
|
||||
# These instructions expect that you have a freshly installed CentOS version 7.
|
||||
# Make sure all packages are up-to-date by running:
|
||||
#
|
||||
@@ -46,7 +42,7 @@
|
||||
python3-pip python3-setuptools python3-devel \
|
||||
expat-devel zlib-devel
|
||||
|
||||
pip3 install --user psycopg2
|
||||
pip3 install --user psycopg2 python-dotenv
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -6,10 +6,6 @@
|
||||
# Installing the Required Software
|
||||
# ================================
|
||||
#
|
||||
# !!! caution
|
||||
# These instructions are currently broken because they do not
|
||||
# include installation of the required PHP library symfony-dotenv.
|
||||
#
|
||||
# These instructions expect that you have a freshly installed CentOS version 8.
|
||||
# Make sure all packages are up-to-date by running:
|
||||
#
|
||||
@@ -39,7 +35,7 @@
|
||||
python3-pip python3-setuptools python3-devel \
|
||||
expat-devel zlib-devel
|
||||
|
||||
pip3 install --user psycopg2
|
||||
pip3 install --user psycopg2 python-dotenv
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -29,7 +29,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
||||
libbz2-dev libpq-dev libproj-dev \
|
||||
postgresql-server-dev-10 postgresql-10-postgis-2.4 \
|
||||
postgresql-contrib-10 postgresql-10-postgis-scripts \
|
||||
php php-pgsql php-intl php-symfony-dotenv \
|
||||
php php-pgsql php-intl python3-dotenv \
|
||||
python3-psycopg2 git
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
||||
libbz2-dev libpq-dev libproj-dev \
|
||||
postgresql-server-dev-12 postgresql-12-postgis-3 \
|
||||
postgresql-contrib-12 postgresql-12-postgis-3-scripts \
|
||||
php php-pgsql php-intl php-symfony-dotenv \
|
||||
php php-pgsql php-intl python3-dotenv \
|
||||
python3-psycopg2 git
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user