misp-vagrant icon indicating copy to clipboard operation
misp-vagrant copied to clipboard

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

Open rayenmessaoudi opened this issue 7 years ago • 1 comments

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

rayenmessaoudi avatar Feb 15 '18 14:02 rayenmessaoudi

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.

cedricbonhomme avatar Feb 16 '18 08:02 cedricbonhomme