Some fixes to the documentation

- workers potentially started as root in the documentation, fixed
pull/516/head
Iglocska 2015-06-02 13:52:39 +02:00
parent ff46811386
commit 9b46b1b7f8
1 changed files with 1 additions and 3 deletions

View File

@ -173,9 +173,6 @@ sudo -u www-data gpg --homedir /var/www/MISP/.gnupg --gen-key
# And export the public key to the webroot
sudo -u www-data gpg --homedir /var/www/MISP/.gnupg --export --armor YOUR-EMAIL > /var/www/MISP/app/webroot/gpg.asc
# Start the workers to enable background jobs
/var/www/MISP/app/Console/worker/start.sh
# To make the background workers start on boot
chmod +x /var/www/MISP/app/Console/worker/start.sh
sudo vim /etc/rc.local
@ -187,6 +184,7 @@ su www-data -c 'bash /var/www/MISP/app/Console/worker/start.sh'
# Using the server settings tool in the admin interface (Administration -> Server Settings), set MISP up to your preference
# It is especially vital that no critical issues remain!
# start the workers by navigating to the workers tab and clicking restart all workers
Don't forget to change the email, password and authentication key after installation.