X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0f1752948651a4939e1a808f2a44face6abc305a..9e0d5cb669a84099f080b2ed6ee224c521fd7d29:/vagrant/Install-on-Centos-8.sh diff --git a/vagrant/Install-on-Centos-8.sh b/vagrant/Install-on-Centos-8.sh index 75b7a558..8559726b 100755 --- a/vagrant/Install-on-Centos-8.sh +++ b/vagrant/Install-on-Centos-8.sh @@ -35,11 +35,7 @@ python3-pip python3-setuptools python3-devel \ expat-devel zlib-devel - # make sure pg_config gets found - echo 'PATH=/usr/pgsql-12/bin:$PATH' >> ~/.bash_profile - source ~/.bash_profile - - pip3 install --user psycopg2 pytidylib + pip3 install --user psycopg2 # @@ -184,13 +180,12 @@ fi #DOCS: # You need to create a minimal configuration file that tells nominatim -# the name of your webserver user and the URL of the website: +# the name of your webserver user: #DOCS:```sh tee settings/local.php << EOF