Update README.md

pull/9215/head
Andras Iklody 2023-05-23 09:33:59 +02:00 committed by GitHub
parent 7024c43331
commit 6c5f085624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -21,6 +21,20 @@ FLUSH PRIVILEGES;
QUIT;
```
Update the `app_local.php` file found in /path/to/MISP/config/app_local.php
```
return [
...
'Datasources' => [
...
'test' => [
'username' => 'misp',
'password' => 'YOUR_MYSQL_MISP_USER_PASSWORD',
'database' => 'misp3_test'
]
```
```
$ composer install
$ composer test