2017-07-06 17:26:12 +02:00
|
|
|
Deployment of MISP with Vagrant
|
|
|
|
===============================
|
2017-07-05 22:54:12 +02:00
|
|
|
|
2017-07-06 17:24:57 +02:00
|
|
|
This script is a work in progress!
|
2017-07-06 10:17:45 +02:00
|
|
|
|
|
|
|
TODO:
|
|
|
|
|
2017-07-06 15:19:48 +02:00
|
|
|
* check the generation of the SSL certificate;
|
2017-07-06 10:51:40 +02:00
|
|
|
* check the configuration of postfix;
|
2017-07-06 11:09:25 +02:00
|
|
|
* configure redis connection;
|
2017-07-06 17:24:57 +02:00
|
|
|
* generate the TLS certificate with Let's Encrypt.
|
2017-07-06 15:19:48 +02:00
|
|
|
|
2017-07-06 10:17:45 +02:00
|
|
|
|
2017-07-05 22:54:12 +02:00
|
|
|
Installation of VirtualBox and Vagrant
|
|
|
|
--------------------------------------
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
$ sudo apt-get install virtualbox vagrant
|
|
|
|
|
|
|
|
|
|
|
|
Deployment of MISP
|
|
|
|
------------------
|
|
|
|
|
|
|
|
MISP will be automatically deployed in an Ubuntu Zesty Server.
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
$ git clone https://github.com/MISP/misp-vagrant.git
|
|
|
|
$ cd misp-vagrant/
|
|
|
|
$ vagrant up
|
|
|
|
|
|
|
|
Once the VM will be configured by Vagrant, go to the address
|
|
|
|
http://127.0.0.1:5000.
|