From a9da5465ca494bafd4d1b21a93dae8b688ec2d48 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 23 Jan 2016 20:09:21 +0100 Subject: [PATCH] Using composer --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 9d84fb4..3b2b879 100644 --- a/setup.sh +++ b/setup.sh @@ -34,6 +34,7 @@ mysql -e 'create database oms;' -u root -p${DB_PASSWORD} curl --connect-timeout 600 --max-time 601 -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' -A "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36" ${WEB_URL}/Admin/Install # Downloading tools +wget -nc https://getcomposer.org/composer.phar wget -nc https://phar.phpunit.de/phploc.phar wget -nc https://phar.phpunit.de/phpunit.phar wget -nc https://github.com/Halleck45/PhpMetrics/raw/master/build/phpmetrics.phar @@ -45,5 +46,7 @@ wget -nc https://phar.phpunit.de/phpcpd.phar wget -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz tar -zxvf compiler-latest.tar.gz +php composer.phar install + # Installing tools [[ $(jsonlint -h) != *"Usage: jsonlint"* ]] && npm install jsonlint -g