Go to file
Cédric Bonhomme d49197a313
Restart apache at the end of the process.
2017-07-06 10:51:40 +02:00
README.rst Restart apache at the end of the process. 2017-07-06 10:51:40 +02:00
Vagrantfile Almost working. 2017-07-06 10:17:45 +02:00
bootstrap.sh Restart apache at the end of the process. 2017-07-06 10:51:40 +02:00

README.rst

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

This script is a work in progress! Almost working :-)

TODO:

* check the GPG key generation and the generation of the SSL certificate;
* check the configuration of postfix;
* make the background workers start on boot;
* apache.24.misp.ssl seems to be missing;
* provide more options through variables (for the gpg keys, etc.).



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.