Set the value of Baseurl from the host when the VM is running.

pull/3/head
Cédric Bonhomme 2017-08-29 10:41:37 +02:00
parent 30fb045a4f
commit 77d7d78256
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 6 additions and 0 deletions

View File

@ -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_sha1.checksum* and
*packer_virtualbox-iso_virtualbox-iso_sha512.checksum* respectively. *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 If you want to build an image for VMWare you will need to install it and to
use the VMWare builder with the command: use the VMWare builder with the command: