A simple project demonstrating Vagrant with a Symfony2 project, as described on our Blog post.
Initialise and update Git submodules: git submodule init && git submodule update
. Otherwise Puppet will complain about Invalid resource type
.
- Make sure you have Vagrant and VirtualBox installed
- Open a terminal inside the checked out repository
- Run
vagrant up
and wait until it finished - Point your browser at http://localhost:8090/app_dev.php/demo/hello/World and see Symfony2's hello world demo
- Change some code and see the changes reflected