Search code examples
vagrantphpstorm

PHPStorm Vagrant Menu not working


I have installed PHPStorm 7.1 on my Mac and I have a project with Vagrant already setup in it with its own .sh file to bootstrap it.

Problem is, vagrant up works in the Terminal but using Tools -> Vagrant -> Up comes up with a blank task panel and doesn't boot up the instance...

Why does vagrant up work but PHPStorm's Vagrant menu doesn't?


Solution

  • I have managed to solve it.

    I reinstalled OS X by running the repair disk and I also updated Vagrant to the latest version.

    This seems to have fixed the issue.