X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/301fd7f7e8d97755849e26427c12eed070f21b5f..ca3283cbaa0240a52d65d0fc21d39732fca1a305:/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 517a5156..548f8c9c 100755 --- a/vagrant/Install-on-Centos-8.sh +++ b/vagrant/Install-on-Centos-8.sh @@ -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 #