From 77d7d7825640b6e1584a56e64366895fee94fa1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 29 Aug 2017 10:41:37 +0200 Subject: [PATCH] Set the value of Baseurl from the host when the VM is running. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e52ced8..c644e29 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ The sha1 and sha512 checksums of the generated VM will be stored in the files *packer_virtualbox-iso_virtualbox-iso_sha1.checksum* and *packer_virtualbox-iso_virtualbox-iso_sha512.checksum* respectively. +In case you encounter a problem with the ``MISP_BASEURL``, you can still change +it when the VM is running. For example the IP address of your VM is +``172.16.100.123`` you cas set ``MISP_BASEURL`` from your host with the command: + + $ ssh misp@172.16.100.123 sudo -u www-data /var/www/MISP/app/Console/cake Baseurl http://172.16.100.123/ + If you want to build an image for VMWare you will need to install it and to use the VMWare builder with the command: