X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/6cda021d9b4dfe566516e7625fa64f8c510d981a..2ae293aeb629050f03b3f9b88b80c3c1e724df5e:/vagrant/Install-on-Centos-8.sh diff --git a/vagrant/Install-on-Centos-8.sh b/vagrant/Install-on-Centos-8.sh index 859c48b9..788f5aa2 100755 --- a/vagrant/Install-on-Centos-8.sh +++ b/vagrant/Install-on-Centos-8.sh @@ -33,9 +33,9 @@ php-pgsql php php-intl php-json libpq-devel \ bzip2-devel proj-devel boost-devel \ python3-pip python3-setuptools python3-devel \ - expat-devel zlib-devel + expat-devel zlib-devel libicu-dev - pip3 install --user psycopg2 python-dotenv psutil Jinja2 + pip3 install --user psycopg2 python-dotenv psutil Jinja2 PyICU # @@ -139,7 +139,7 @@ fi #DOCS: # ------------------------------- # # The webserver should serve the php scripts from the website directory of your -# [project directory](../admin/import.md#creating-the-project-directory). +# [project directory](../admin/Import.md#creating-the-project-directory). # Therefore set up a project directory and populate the website directory: # mkdir $USERHOME/nominatim-project