X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0b2105090465bb63e2a8aae695bf836574fafb3b..613586920758da1b36fad0629203e01057a36b7b:/vagrant/Install-on-Ubuntu-18.sh diff --git a/vagrant/Install-on-Ubuntu-18.sh b/vagrant/Install-on-Ubuntu-18.sh index c321ddb1..34e6aaa0 100755 --- a/vagrant/Install-on-Ubuntu-18.sh +++ b/vagrant/Install-on-Ubuntu-18.sh @@ -33,26 +33,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 including the PHP package manager composer: - - pip3 install --user behave nose - - sudo apt-get install -y php-cgi php-cli php-mbstring php-xml zip unzip - - curl -Ss 'https://raw.githubusercontent.com/composer/getcomposer.org/99312bc6306564ac1f0ad2c6207c129b3aff58d6/web/installer' -o /tmp/composer-setup.php - if echo 'e0012edf3e80b6978849f5eff0d4b4e4c79ff1609dd1e613307e16318854d24ae64f26d17af3ef0bf7cfb710ca74755a /tmp/composer-setup.php' | sha384sum --check --strict --status; then - mkdir -p ~/.local/bin - php /tmp/composer-setup.php --install-dir ~/.local/bin --filename composer - - ~/.local/bin/composer global require "squizlabs/php_codesniffer=*" - sudo ln -s ~/.config/composer/vendor/bin/phpcs /usr/bin/ - - ~/.local/bin/composer global require "phpunit/phpunit=8.*" - sudo ln -s ~/.config/composer/vendor/bin/phpunit /usr/bin/ - else - echo 'Installer corrupt. Cannot install composer, php_codesniffer and phpunit.' >&2 - fi # # System Configuration @@ -181,4 +161,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).