Go to file
Cédric Bonhomme e4c05185d7 Merge pull request #4 from adulau/master
fix: application/json is now the default in recent MISP version
2017-08-10 10:37:12 +02:00
README.rst
Vagrantfile
bootstrap.sh fix: application/json is now the default in recent MISP version 2017-08-10 10:22:53 +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.