]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: add more requirements for running tests
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 16 Sep 2017 20:11:39 +0000 (22:11 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 16 Sep 2017 20:11:39 +0000 (22:11 +0200)
docs/Install-on-Centos-7.md
docs/Install-on-Ubuntu-16.md
vagrant/Install-on-Ubuntu-16.sh

index 35200d6ff739d5e1fa55e3f792145fabab45994f..5156fa02fd6fffdd4f1e8307298a59f6486c4bd9 100644 (file)
@@ -160,6 +160,7 @@ download the country grid:
 The code must be built in a separate directory. Create this directory,
 then configure and build Nominatim in there:
 
+
     mkdir build
     cd build
     cmake $USERHOME/Nominatim
index 322a476acbd2b823445570f42213b3a9515028d1..849e00b9a349fe8249de87bb757958d5f80f42f6 100644 (file)
@@ -32,7 +32,8 @@ Now you can install all packages needed for Nominatim:
 If you want to run the test suite, you need to install the following
 additional packages:
 
-    sudo apt-get install -y python3-dev python3-pip python3-psycopg2 python3-tidylib phpunit
+    sudo apt-get install -y python3-setuptools python3-dev python3-pip \
+                            python3-psycopg2 python3-tidylib phpunit php-cgi
 
     pip3 install --user behave nose # urllib3
     sudo pear install PHP_CodeSniffer
@@ -147,6 +148,7 @@ download the country grid:
 The code must be built in a separate directory. Create this directory,
 then configure and build Nominatim in there:
 
+
     mkdir build
     cd build
     cmake $USERHOME/Nominatim
index 28e38be9513f6da976721c12279e45ee77a08ae8..9c58d06324c4850e127f5485089bebfac8896f3c 100755 (executable)
@@ -33,7 +33,8 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
 # If you want to run the test suite, you need to install the following
 # additional packages:
 
-    sudo apt-get install -y python3-dev python3-pip python3-psycopg2 python3-tidylib phpunit
+    sudo apt-get install -y python3-setuptools python3-dev python3-pip \
+                            python3-psycopg2 python3-tidylib phpunit php-cgi
 
     pip3 install --user behave nose # urllib3
     sudo pear install PHP_CodeSniffer