From 8204fd9e43cb09ac68f1723b2d6cfc46d6d8185f Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Tue, 23 Feb 2021 00:42:13 +0100 Subject: [PATCH] chg: [Get instance] close #103 document baseurl in VM part --- get-your-instance/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/get-your-instance/README.md b/get-your-instance/README.md index 7a08ef9..3d6140d 100644 --- a/get-your-instance/README.md +++ b/get-your-instance/README.md @@ -41,6 +41,18 @@ The MISP image is pre-configured to be reachable on the private IP address **loc You should have two interfaces on your VirtualBox configuration (NAT and host-only). You can also configure access to the MISP instance by doing port forwarding on the NAT interface. +Depending on your setup (for example accessing the VM from another host), you might want to change the base URL in MISP server settings. This can be done from the command line: + + sudo -u www-data /var/www/MISP/app/Console/cake Baseurl [baseurl] + +You can confirm the baseurl is updated correctly by checking the config.php file: + + grep baseurl /var/www/MISP/app/Config/config.php + +You can set the external_baseurl via the GUI or via the command below later. Changing it is never required to access the GUI. + + sudo -u www-data /var/www/MISP/app/Console/cake Admin setSetting external_baseurl [external_baseurl] + MISP credentials: * **GUI Admin:** admin@admin.test:admin (it's the site admin account with full rights, feel free to create other users)