This gives you a ready-to-use version of sandbox.propelorm.org.
What you need to do:
- Checkout this repository and
cd
into it. - Checkout @propelorm/sandbox into
./src
so you have./src/PropelSandbox
. - Fire
vagrant up
and take a coffee, or two. - Fire
/var/www/propelsandbox/app/console propel:build
- Fire
cd /var/www/propelsandbox/src/PropelSandbox && bower install
- Open
http://127.0.0.1:8080/app_dev.php
in your browser.