Added dependencies and symlink

This commit is contained in:
Dennis Eichhorn 2017-03-11 16:23:38 +01:00
parent 980ad65cb8
commit 26562cadf9
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,9 @@ The build system will take care of most requirements, the following tools and co
* grep
* xargs
* sed
* php
* php-dom
* php-xdebug
# Usage

View File

@ -81,5 +81,7 @@ cp ${BUILD_PATH}/Configs/composer.json ${TOOLS_PATH}/composer.json
php composer.phar install
ln -s /var/www/html/Tools/vendor /var/www/html/Orange-Management/vendor
# Installing tools
[[ $(jsonlint -h) != *"Usage: jsonlint"* ]] && npm install jsonlint -g