Go to file
Cédric Bonhomme 16441e0c21
Wait 5 seconds before the request.
2017-07-18 10:05:28 +02:00
README.rst Automatically update the galaxies via the API. 2017-07-18 08:36:19 +02:00
Vagrantfile Various improvements. 2017-07-06 15:19:48 +02:00
bootstrap.sh Wait 5 seconds before the request. 2017-07-18 10:05:28 +02:00

README.rst

Deployment of MISP with Vagrant
===============================

This script is a work in progress!

TODO:

* check the generation of the SSL certificate;
* check the configuration of postfix;
* configure redis connection;
* generate the TLS certificate with Let's Encrypt.


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.