From 9b46b1b7f89a74b37694385b7af245cd60251a30 Mon Sep 17 00:00:00 2001 From: Iglocska Date: Tue, 2 Jun 2015 13:52:39 +0200 Subject: [PATCH] Some fixes to the documentation - workers potentially started as root in the documentation, fixed --- INSTALL/INSTALL.ubuntu1404.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL/INSTALL.ubuntu1404.txt b/INSTALL/INSTALL.ubuntu1404.txt index a8a52ac0b..090211db1 100644 --- a/INSTALL/INSTALL.ubuntu1404.txt +++ b/INSTALL/INSTALL.ubuntu1404.txt @@ -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.