Go to file
Cédric Bonhomme 1105bee924
updated README.
2017-08-17 08:45:01 +02:00
README.rst updated README. 2017-08-17 08:45:01 +02:00
Vagrantfile Expose port 6666 of the VM (to get the list of modules in JSON) 2017-08-17 08:06:56 +02:00
bootstrap.sh MISP modules discovery should listen on 0.0.0 in order to provide the service outside the VM. 2017-08-17 08:26:12 +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. Use the user/password: admin@admin.test/admin


Modules activated by default in the VM:

* `MISP galaxy <https://github.com/MISP/misp-galaxy>`_ (http://127.0.0.1:5000/taxonomies/index)
* `MISP taxonomies <https://github.com/MISP/misp-taxonomies>`_ (http://127.0.0.1:5000/galaxies.json)
* `MISP modules <https://github.com/MISP/misp-modules>`_ (curl -s http://127.0.0.1:6666/modules)