You develop the symfony2 application, We do the rest.
- Vagrant >= 1.3.4
- Virtual machine
- VirtualBox
- VMWareFusion [vagrant vmware fusion plugin]
$ git clone --recursive https://github.com/ushios/vagrant-symfony2-precise64.git path/to/clone
$ cd path/to/clone
$ ./import_box.sh
$ cd path/to/clone
$ cp settings/sample.rb settings/yourname.rb
$ vi settings/yourname.rb
…
$ ln -s yourname.rb settings/current.rb
$ vagrant up
How to setting using vim? see Settings.
http://localhost:8080/app_dev.php
Set your symfony2 application path on host OS.
$share_folders = {
:symfony2 => 'path/to/symfony2_root'
}