mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-10 16:38:39 +00:00
Added dependencies and symlink
This commit is contained in:
parent
980ad65cb8
commit
26562cadf9
|
|
@ -26,6 +26,9 @@ The build system will take care of most requirements, the following tools and co
|
||||||
* grep
|
* grep
|
||||||
* xargs
|
* xargs
|
||||||
* sed
|
* sed
|
||||||
|
* php
|
||||||
|
* php-dom
|
||||||
|
* php-xdebug
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.sh
2
setup.sh
|
|
@ -81,5 +81,7 @@ cp ${BUILD_PATH}/Configs/composer.json ${TOOLS_PATH}/composer.json
|
||||||
|
|
||||||
php composer.phar install
|
php composer.phar install
|
||||||
|
|
||||||
|
ln -s /var/www/html/Tools/vendor /var/www/html/Orange-Management/vendor
|
||||||
|
|
||||||
# Installing tools
|
# Installing tools
|
||||||
[[ $(jsonlint -h) != *"Usage: jsonlint"* ]] && npm install jsonlint -g
|
[[ $(jsonlint -h) != *"Usage: jsonlint"* ]] && npm install jsonlint -g
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user