Go to file
Cédric Bonhomme 862393c2f6
Updqted apache configuration file.
2017-07-05 23:04:15 +02:00
README.rst initial commit. WIP. 2017-07-05 22:54:12 +02:00
Vagrantfile initial commit. WIP. 2017-07-05 22:54:12 +02:00
bootstrap.sh Updqted apache configuration file. 2017-07-05 23:04:15 +02:00

README.rst

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

This script is a work in progress!

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.