mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
add PHP code-sniffer to installation instructions (marked optional)
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
python-numpy php-phpunit-PHPUnit
|
python-numpy php-phpunit-PHPUnit
|
||||||
pip install --user --upgrade pip setuptools lettuce==0.2.18 six==1.9 \
|
pip install --user --upgrade pip setuptools lettuce==0.2.18 six==1.9 \
|
||||||
haversine Shapely pytidylib
|
haversine Shapely pytidylib
|
||||||
|
sudo pear install PHP_CodeSniffer
|
||||||
|
|
||||||
#
|
#
|
||||||
# System Configuration
|
# System Configuration
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ sudo apt-get install -y -qq python-Levenshtein python-shapely \
|
|||||||
python-numpy phpunit
|
python-numpy phpunit
|
||||||
|
|
||||||
sudo -H pip install --quiet 'setuptools>=23.0.0' lettuce==0.2.18 'six>=1.9' haversine
|
sudo -H pip install --quiet 'setuptools>=23.0.0' lettuce==0.2.18 'six>=1.9' haversine
|
||||||
|
sudo pear install PHP_CodeSniffer
|
||||||
|
|
||||||
sudo service postgresql restart
|
sudo service postgresql restart
|
||||||
sudo -u postgres createuser -S www-data
|
sudo -u postgres createuser -S www-data
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
|||||||
python-numpy phpunit
|
python-numpy phpunit
|
||||||
|
|
||||||
pip install --user lettuce==0.2.18 six==1.7 haversine
|
pip install --user lettuce==0.2.18 six==1.7 haversine
|
||||||
|
sudo pear install PHP_CodeSniffer
|
||||||
|
|
||||||
#
|
#
|
||||||
# System Configuration
|
# System Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user