add PHP code-sniffer to installation instructions (marked optional)

This commit is contained in:
Marc Tobias Metten 2016-09-11 05:21:15 +02:00
parent cf39e07dba
commit ae5cc28a1a
3 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@
python-numpy php-phpunit-PHPUnit
pip install --user --upgrade pip setuptools lettuce==0.2.18 six==1.9 \
haversine Shapely pytidylib
sudo pear install PHP_CodeSniffer
#
# System Configuration

View File

@ -27,6 +27,7 @@ sudo apt-get install -y -qq python-Levenshtein python-shapely \
python-numpy phpunit
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 -u postgres createuser -S www-data

View File

@ -38,6 +38,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
python-numpy phpunit
pip install --user lettuce==0.2.18 six==1.7 haversine
sudo pear install PHP_CodeSniffer
#
# System Configuration