chg: update deb8/ubu1604 setup, composer to 1.2.1 (#1569)

pull/1571/head
Andreas Ziegler 2016-09-24 23:34:49 +02:00 committed by GitHub
parent 690dbf91bd
commit 50744b04f7
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ sudo -u www-data git submodule update
# Once done, install CakeResque along with its dependencies if you intend to use the built in background jobs:
cd /var/www/MISP/app
sudo -u www-data wget https://getcomposer.org/download/1.1.2/composer.phar -O composer.phar
sudo -u www-data wget https://getcomposer.org/download/1.2.1/composer.phar -O composer.phar
sudo -u www-data php composer.phar require kamisama/cake-resque:4.1.2
sudo -u www-data php composer.phar config vendor-dir Vendor
sudo -u www-data php composer.phar install

View File

@ -86,7 +86,7 @@ sudo -u www-data git submodule update
# Once done, install CakeResque along with its dependencies if you intend to use the built in background jobs:
cd /var/www/MISP/app
sudo -u www-data wget https://getcomposer.org/download/1.1.2/composer.phar -O composer.phar
sudo -u www-data wget https://getcomposer.org/download/1.2.1/composer.phar -O composer.phar
sudo -u www-data php composer.phar require kamisama/cake-resque:4.1.2
sudo -u www-data php composer.phar config vendor-dir Vendor
sudo -u www-data php composer.phar install