- VirtualBox
- Vagrant
- Ansible
- master branch as base
- separate branches for
- php 5.6 + dev
- php 7.0 + dev
- hhvm (TODO)
- zephir (TODO)
-
clone repository
git clone [email protected]:chr-hertel/hackday-box.git -
checkout specific branch
git checkout php7 -
create vm
vagrant up -
enter vm
vagrant ssh
- ensure to re-provision after checking out
- there might be some conflicts while switching branches
- PRs are welcome