Updated README.

pull/6/head
Cédric Bonhomme 2017-08-30 08:18:00 +02:00
parent 3a72694a69
commit 158dfdf711
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 7 additions and 5 deletions

View File

@ -35,15 +35,18 @@ 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 with synced folders:
If you do not want a development environment (and enable synced folders):
.. code-block:: bash
$ 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:
* `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)
* `MISP galaxy <https://github.com/MISP/misp-galaxy>`_
* `MISP taxonomies <https://github.com/MISP/misp-taxonomies>`_
* `MISP modules <https://github.com/MISP/misp-modules>`_

1
Vagrantfile vendored
View File

@ -50,7 +50,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
if "#{MISP_ENV}" == "dev"
disabled = false
vm_name.concat(" - DEV")
end
config.vm.synced_folder "..", "/var/www/MISP",
owner: "www-data", group: "www-data", disabled: disabled