This repo uses Vagrant for easy setup of a development environment. Install Virtualbox and Vagrant, if you do not already have them.
- Use
vagrant upto start the virtual machine. - Use
vagrant haltto shut down the virtual machine. - If you break your virtual machine, run
vagrant destroyto remove it, and thenvagrant upto recreate it.
After you have started the virtual machine, you can browse the site at: (http://192.168.22.2/).
vagrant ssh -c 'composer_install'Run this if the composer.json file changes.vagrant ssh -c 'sudo tail -f /var/log/apache2/error.log'Run this to see Apache/PHP errors in real time. PressCtrl-Cto stop.