mirror of https://github.com/MISP/misp-packer
Updated README.
parent
67a38cc91b
commit
f781ff7522
10
README.md
10
README.md
|
@ -11,7 +11,7 @@ In the file *scripts/bootstrap.sh*, set the value of ``MISP_BASEURL`` according
|
||||||
to the IP address you will associate to your VM
|
to the IP address you will associate to your VM
|
||||||
(for example: http://172.16.100.100).
|
(for example: http://172.16.100.100).
|
||||||
|
|
||||||
Launch the generation:
|
Launch the generation with the VirtualBox builder:
|
||||||
|
|
||||||
$ packer build -only=virtualbox-iso misp.json
|
$ packer build -only=virtualbox-iso misp.json
|
||||||
|
|
||||||
|
@ -25,7 +25,13 @@ use the VMWare builder with the command:
|
||||||
|
|
||||||
You can also launch all builders in parallel.
|
You can also launch all builders in parallel.
|
||||||
|
|
||||||
### Automatic export to GitHub
|
### Modules activated by default in the VM
|
||||||
|
|
||||||
|
* [MISP galaxy](https://github.com/MISP/misp-galaxy)
|
||||||
|
* [MISP modules](https://github.com/MISP/misp-modules)
|
||||||
|
* [MISP taxonomies](https://github.com/MISP/misp-taxonomies)
|
||||||
|
|
||||||
|
## Automatic export to GitHub
|
||||||
|
|
||||||
$ GITHUB_AUTH_TOKEN=<your-github-auth-token>
|
$ GITHUB_AUTH_TOKEN=<your-github-auth-token>
|
||||||
$ TAG=v2.4.79
|
$ TAG=v2.4.79
|
||||||
|
|
Loading…
Reference in New Issue