diff --git a/README.md b/README.md index aea2adb..ba54426 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.sh b/setup.sh index ad18a28..dfcb6b1 100644 --- a/setup.sh +++ b/setup.sh @@ -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