From 9e21c6a8621661f0641a40875b1093b85adc68d1 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Thu, 17 Sep 2020 18:21:16 +0200 Subject: [PATCH] travis-ci: we dont need Apache installed --- .travis.yml | 2 +- ...n-travis-ci.sh => Install-on-Travis-CI.sh} | 19 +------------------ 2 files changed, 2 insertions(+), 19 deletions(-) rename vagrant/{install-on-travis-ci.sh => Install-on-Travis-CI.sh} (78%) diff --git a/.travis.yml b/.travis.yml index 8370fb59..b16d8106 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: before_install: - phpenv global 7.4 install: - - vagrant/install-on-travis-ci.sh + - vagrant/Install-on-Travis-CI.sh before_script: - psql -U postgres -c "create extension postgis" script: diff --git a/vagrant/install-on-travis-ci.sh b/vagrant/Install-on-Travis-CI.sh similarity index 78% rename from vagrant/install-on-travis-ci.sh rename to vagrant/Install-on-Travis-CI.sh index 66d3c794..9c1fe367 100755 --- a/vagrant/install-on-travis-ci.sh +++ b/vagrant/Install-on-Travis-CI.sh @@ -18,7 +18,7 @@ sudo apt-get install -y -qq build-essential cmake g++ libboost-dev libboost-syst libbz2-dev libpq-dev libproj-dev \ postgresql-server-dev-12 postgresql-12-postgis-3 \ postgresql-contrib postgresql-12-postgis-3-scripts \ - apache2 php php-pgsql libapache2-mod-php \ + php php-pgsql \ php-intl python3-setuptools python3-dev python3-pip \ python3-psycopg2 python3-tidylib git @@ -39,22 +39,6 @@ sudo -u postgres createuser -S www-data chmod a+x $HOME chmod a+x $TRAVIS_BUILD_DIR - -sudo tee /etc/apache2/conf-available/nominatim.conf << EOFAPACHECONF > /dev/null - - Options FollowSymLinks MultiViews - AddType text/html .php - DirectoryIndex search.php - Require all granted - - - Alias /nominatim $TRAVIS_BUILD_DIR/build/website -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 @@ -65,7 +49,6 @@ make tee settings/local.php << EOF