X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cfd03d7be394991acdb4a6b40dd3cd800cf3714c..d4110eef7e719f114a5ebc26ac0c657e0313725d:/vagrant/install-on-travis-ci.sh diff --git a/vagrant/install-on-travis-ci.sh b/vagrant/install-on-travis-ci.sh index 30e94b45..f156ea45 100755 --- a/vagrant/install-on-travis-ci.sh +++ b/vagrant/install-on-travis-ci.sh @@ -4,7 +4,7 @@ # https://docs.travis-ci.com/user/trusty-ci-environment/ # Ubuntu 14 (trusty) # user 'travis' -# $TRAVIS_BUILD_DIR is /home/travis/build/twain47/Nominatim/, for others see +# $TRAVIS_BUILD_DIR is /home/travis/build/openstreetmap/Nominatim/, for others see # https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables # Postgres 9.6 installed and started. role 'travis' already superuser # Python 3.6 @@ -16,7 +16,7 @@ sudo apt-get install -y -qq libboost-dev libboost-system-dev \ libboost-filesystem-dev libexpat1-dev zlib1g-dev libxml2-dev\ libbz2-dev libpq-dev libgeos-c1 libgeos++-dev libproj-dev \ postgresql-server-dev-9.6 postgresql-9.6-postgis-2.3 postgresql-contrib-9.6 \ - apache2 php5 php5-pgsql php-pear php-db + apache2 php5 php5-pgsql php-pear php-db php5-intl sudo apt-get install -y -qq python3-dev python3-pip python3-psycopg2 phpunit php5-cgi @@ -45,6 +45,7 @@ EOFAPACHECONF sudo a2enconf nominatim sudo service apache2 restart +wget -O $TRAVIS_BUILD_DIR/data/country_osm_grid.sql.gz https://www.nominatim.org/data/country_grid.sql.gz mkdir build cd build @@ -57,4 +58,5 @@ tee settings/local.php << EOF @define('CONST_Website_BaseURL', '/nominatim/'); @define('CONST_Database_DSN', 'pgsql://@/test_api_nominatim'); @define('CONST_Wikipedia_Data_Path', CONST_BasePath.'/test/testdb'); -EOF \ No newline at end of file +EOF +