diff --git a/README.rst b/README.rst index 4589479..eabadcb 100755 --- a/README.rst +++ b/README.rst @@ -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 `_ (http://127.0.0.1:5000/taxonomies/index) -* `MISP taxonomies `_ (http://127.0.0.1:5000/galaxies.json) -* `MISP modules `_ (curl -s http://127.0.0.1:6666/modules) +* `MISP galaxy `_ +* `MISP taxonomies `_ +* `MISP modules `_ diff --git a/Vagrantfile b/Vagrantfile index add95ab..9c3524d 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -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