Update to the Debian install docs to reflect the changes made to the Ubuntu one

pull/1001/head
Iglocska 2016-02-26 23:46:29 +01:00
parent 17167b4e83
commit f4c14a5bf3
1 changed files with 0 additions and 6 deletions

View File

@ -149,12 +149,6 @@ cp -a config.default.php config.php
# Configure the fields in the newly created files:
# database.php : login, port, password, database
# bootstrap.php: uncomment the last 3 lines to enable the background workers (see below)
# CakePlugin::loadAll(array('CakeResque' => array('bootstrap' => true)));
# To enable the background workers, if you have installed the package required for it in 4/, uncomment the following lines:
# in core.php (if you have just recently updated MISP, just add this line at the end of the file):
# require_once dirname(__DIR__) . '/Vendor/autoload.php';
# Important! Change the salt key in /var/www/MISP/app/Config/config.php
# The salt key must be an at least 32 byte long string.