Update INSTALL.debian9.txt

pull/2276/head
Fafner [_KeyZee_] 2017-06-20 15:57:57 +02:00 committed by GitHub
parent 5cf41785b3
commit 0ad98bc6af
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ sudo -u www-data php composer.phar config vendor-dir Vendor
sudo -u www-data php composer.phar install
# Enable CakeResque with php-redis
sudo php5enmod redis
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