X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2e5bdb87941752aa12b049bb97f8508ac125c61d..a4ba79fe780e521cb3f1958dd1a22238b85aa9f5:/vagrant/Install-on-Centos-8.sh?ds=sidebyside 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