X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c3a0efe8b75a06279998e66a932d8a56c483961..8201c7f46cbb253fe5f502bc4c398c5133f01bfe:/vagrant/Install-on-Ubuntu-20.sh diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index 9b79adda..a7029be2 100644 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -6,12 +6,6 @@ sudo update-locale LANG=en_US.UTF-8 #DOCS: export APT_LISTCHANGES_FRONTEND=none #DOCS: export DEBIAN_FRONTEND=noninteractive #DOCS: -# -# !!! danger "Important" -# Ubuntu 20.04 uses Postgresql 12 and Postgis 3, which are known to cause -# performance issues. They are not recommended for a production -# installation at the moment. -# # *Note:* these installation instructions are also available in executable # form for use with vagrant under vagrant/Install-on-Ubuntu-20.sh. # @@ -41,12 +35,6 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: php-intl python3-setuptools python3-dev python3-pip \ python3-psycopg2 python3-tidylib git -# If you want to run the test suite, you need to install the following -# additional packages: - - sudo apt-get install -y phpunit php-codesniffer php-cgi - - pip3 install --user behave nose # # System Configuration # ==================== @@ -174,4 +162,4 @@ EOF # Nominatim is now ready to use. Continue with -# [importing a database from OSM data](../admin/Import-and-Update.md). +# [importing a database from OSM data](../admin/Import.md).