Skip to content

MISP/misp-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development environment for MISP

Vagrant is convenient to use in order to setup your development environment.

This VM uses synced folders feature of Vagrant in order to let you work on the MISP source code on your host machine while the softwares (Apache, PHP, MariaDB, etc.) and libraries will be installed on the guest Vagrant machine.

For a deployment of MISP more ready for a production environment you can use our packer script.

Installation of VirtualBox and Vagrant

$ sudo apt-get install virtualbox vagrant

Requirements

  • Be sure to use a recent version of vagrant >= 1.9.1.

Deployment of MISP

MISP will be automatically deployed in an Ubuntu Artful Server.

$ git clone https://github.com/MISP/MISP.git
$ cd MISP/
$ git submodule update --init misp-vagrant
$ cd misp-vagrant/
$ git pull origin master
$ vagrant up

Once the VM will be configured by Vagrant, go to the address http://127.0.0.1:5000.

You can now edit the source code with your favorite editor and test it in your browser. The only thing is to not forget to restart Apache in the VM after a modification.

If you do not want a development environment (and consequently disable synced folders):

$ git clone https://github.com/MISP/misp-vagrant.git
$ cd misp-vagrant/
$ export MISP_ENV='demo'
$ vagrant up

Modules activated by default in the VM: