chg: [doc] Added username requirement

pull/8199/head
Steve Clement 2022-03-08 13:17:41 +01:00
parent f2dc8e0cb1
commit 3d71855529
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,6 @@ Run on your MISP instance the following commands.
guzzlehttp/guzzle \
php-http/message \
lstrojny/fxmlrpc
```
3. Add the following settings at the bottom of the **Supervisord** conf file, usually located in:
@ -144,9 +143,11 @@ Run on your MISP instance the following commands.
2. Update the `SimpleBackgroundJobs.supervisor_password` with the password you set in the _Install requirements_ section 3.
3. Verify Redis and other settings are correct and then set `SimpleBackgroundJobs.enabled` to `true`.
3. Update the `SimpleBackgroundJobs.supervisor_user` with the supervisord username. (default: supervisor)
4. Use **MISP** normally and visit [Administration -> Jobs](/jobs/index) to check Jobs are running correctly.
4. Verify Redis and other settings are correct and then set `SimpleBackgroundJobs.enabled` to `true`.
5. Use **MISP** normally and visit [Administration -> Jobs](/jobs/index) to check Jobs are running correctly.
If there are any issues check the logs:
* /var/www/MISP/app/tmp/logs/misp-workers-errors.log
* /var/www/MISP/app/tmp/logs/misp-workers.log