This repo uses Vagrant for easy setup of a development environment. Install Virtualbox and Vagrant, if you do not already have them.
- Use
vagrant up
to start the virtual machine. - Use
vagrant halt
to shut down the virtual machine. - If you break your virtual machine, run
vagrant destroy
to remove it, and thenvagrant up
to 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-C
to stop.