X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f45b3fa3f243de8894c03d8c9377157d01092c8c..2ab836c11c3f4aa57a71aec18594ae59566b850c:/vagrant/Install-on-Ubuntu-18.sh diff --git a/vagrant/Install-on-Ubuntu-18.sh b/vagrant/Install-on-Ubuntu-18.sh index 4162f151..c27a5d40 100755 --- a/vagrant/Install-on-Ubuntu-18.sh +++ b/vagrant/Install-on-Ubuntu-18.sh @@ -29,7 +29,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: libbz2-dev libpq-dev libproj-dev \ postgresql-server-dev-10 postgresql-10-postgis-2.4 \ postgresql-contrib-10 postgresql-10-postgis-scripts \ - apache2 php php-pgsql libapache2-mod-php php-pear php-db \ + apache2 php php-pgsql libapache2-mod-php \ php-intl git # If you want to run the test suite, you need to install the following @@ -39,7 +39,9 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: python3-psycopg2 python3-tidylib phpunit php-cgi pip3 install --user behave nose - sudo pear install PHP_CodeSniffer + + composer global require "squizlabs/php_codesniffer=*" + sudo ln -s ~/.config/composer/vendor/bin/phpcs /usr/bin/ # # System Configuration