misp-vagrant/README.rst

33 lines
905 B
ReStructuredText
Raw Normal View History

2017-07-06 17:26:12 +02:00
Deployment of MISP with Vagrant
===============================
2017-07-05 22:54:12 +02:00
2017-07-06 10:17:45 +02:00
2017-07-05 22:54:12 +02:00
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
2017-08-17 08:30:05 +02:00
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)
2017-08-17 08:45:01 +02:00
* `MISP taxonomies <https://github.com/MISP/misp-taxonomies>`_ (http://127.0.0.1:5000/galaxies.json)
2017-08-17 08:30:05 +02:00
* `MISP modules <https://github.com/MISP/misp-modules>`_ (curl -s http://127.0.0.1:6666/modules)