Was thinking about these setup instructions from the Ubuntu installer guide:
# Once done, install CakeResque along with its dependencies if you
intend to use the built in background jobs:
cd /var/www/MISP/app
curl -s
https://getcomposer.org/installer | php
php composer.phar require kamisama/cake-resque:4.1.2
php composer.phar config vendor-dir Vendor
php composer.phar install
The 'require' and 'config' commands set up the composer.json and
composer.lock file. Typically aren't these configured by the project
and stashed in version control along with the project?
There may be a way to streamline this portion of the setup more. I was
also wondering if Composer is designed to handle some of the other
PEAR and PECL dependencies that the application has.
--
Darren Spruell
phatb...@gmail.com