X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f218e20522085086f8d84006a9fb2b084fa96ec4..1d97816c533cb63dcf855b8dfe35a2b1e13cf76b:/vagrant/Install-on-Centos-7.sh?ds=inline diff --git a/vagrant/Install-on-Centos-7.sh b/vagrant/Install-on-Centos-7.sh index 24b17663..00915272 100755 --- a/vagrant/Install-on-Centos-7.sh +++ b/vagrant/Install-on-Centos-7.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 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 #