fix: Add a clarification if you have multiple MISP instances to not

forget to change the default Redis port of CakeResque to avoid
conflicts between different CakeResque
pull/2785/head
Alexandre Dulaunoy 2018-01-04 22:34:20 +01:00
parent 65e03f1f41
commit 2181f04cfa
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ sudo phpenmod redis
# To use the scheduler worker for scheduled tasks, do the following:
sudo -u www-data cp -fa /var/www/MISP/INSTALL/setup/config.php /var/www/MISP/app/Plugin/CakeResque/Config/config.php
# If you have multiple MISP instances on the same system, don't forget to have a different Redis per MISP instance for the CakeResque workers
# The default Redis port can be updated in Plugin/CakeResque/Config/config.php
5/ Set the permissions
----------------------