Added missing comment about enabling the scheduler worker fixes #295

pull/304/merge
iglocska 2014-10-16 09:01:19 +02:00
parent 098563c533
commit e46a7f60e8
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ php composer.phar require --no-update kamisama/cake-resque:4.1.0
php composer.phar config vendor-dir Vendor
php composer.phar install
# To use the scheduler worker for scheduled tasks, do the following:
cp -fa /var/www/MISP/INSTALL/setup/config.php /var/www/MISP/app/Plugin/CakeResque/Config/config.php
# 3. Update the database and settings to be compatible with MISP 2.3
# Update the database of MISP by running the following command