Go to file
Cédric Bonhomme fae93e5368
Install MISP modules and start the discovery server at boot.
2017-08-17 08:05:29 +02:00
README.rst Updated README. 2017-08-09 14:28:09 +02:00
Vagrantfile Various improvements. 2017-07-06 15:19:48 +02:00
bootstrap.sh Install MISP modules and start the discovery server at boot. 2017-08-17 08:05:29 +02:00

README.rst

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


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.