fix: [install] Changed the install instructions to use CLI commands...

...instead of updating config.php. The latter can be dangerous if typos pop-up.
pull/3510/head
Andras Iklody 2018-07-21 22:47:40 +02:00 committed by GitHub
parent 1930823474
commit a9e41c8202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -246,8 +246,7 @@ sudo -u www-data vim /var/www/MISP/app/Config/database.php
# delete the user from mysql and log in again using the default admin credentials (admin@admin.test / admin)
# Change base url in config.php
sudo -u www-data vim /var/www/MISP/app/Config/config.php
# example: 'baseurl' => 'https://<your.FQDN.here>',
/var/www/MISP/app/Console/cake Baseurl https://<your.FQDN.here>
# alternatively, you can leave this field empty if you would like to use relative pathing in MISP
# 'baseurl' => '',