MISP / misp-vagrant

Deploy MISP Project software with Vagrant.
BSD 2-Clause "Simplified" License
42 stars 17 forks source link

can't connect to http://127.0.0.1:5000 #7

Open rayenmessaoudi opened 6 years ago

rayenmessaoudi commented 6 years ago

Hi, my vm is up but i can't connect to http://127.0.0.1:5000 any suggestions ?

cedricbonhomme commented 6 years ago

Hi,

did you see an error message ? Which version of vagrant are you using?

Can you try this:

$ 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

(so like the advised in the README, but by updating misp-vagrant) I just checked and it works for me.