X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3f06d9d3ba52fe610987096ba41ed986a059dca7..02550cc4dc5c015940fb8ba4babd7a760124e764:/vagrant/install-on-ubuntu-16.sh?ds=sidebyside diff --git a/vagrant/install-on-ubuntu-16.sh b/vagrant/install-on-ubuntu-16.sh index 3506e4bc..a4b9ddee 100755 --- a/vagrant/install-on-ubuntu-16.sh +++ b/vagrant/install-on-ubuntu-16.sh @@ -3,6 +3,9 @@ # hacks for broken vagrant box #DOCS: sudo rm -f /var/lib/dpkg/lock #DOCS: sudo update-locale LANG=en_US.UTF-8 #DOCS: +export APT_LISTCHANGES_FRONTEND=none #DOCS: +export DEBIAN_FRONTEND=noninteractive #DOCS: + # # *Note:* these installation instructions are also available in executable # form for use with vagrant under vagrant/install-on-ubuntu-16.sh. @@ -16,7 +19,7 @@ sudo update-locale LANG=en_US.UTF-8 #DOCS: # sudo apt-get update -qq - sudo apt-get upgrade -y + sudo apt-get -o Dpkg::Options::="--force-confnew" --force-yes -fuy dist-upgrade #DOCS: sudo apt-get upgrade # Now you can install all packages needed for Nominatim: @@ -32,9 +35,10 @@ sudo update-locale LANG=en_US.UTF-8 #DOCS: sudo apt-get install -y python-dev python-pip python-levenshtein python-shapely \ python-psycopg2 tidy python-nose python-tidylib \ - phpunit + python-numpy phpunit pip install --user lettuce==0.2.18 six==1.7 haversine + sudo pear install PHP_CodeSniffer # # System Configuration