VagrantFile and install script for rapid setup of development enviroment.
This was created to use latest version of PHP.
This was created for personal usage and released later.
- Quick Setup of Development Enviroment
- Virtualbox
apt install virtualbox
- Vagrant - Download from vagrantup.com
- Vagrant VBGuest Addon -
vagrant plugin install vagrant-vbguest
- Create Directory /home/{USER}/Projects/
- Create Directory /home/{USER}/vagrant/
- Clone Repository into /home/{USER}/vagrant/vagrant-legacy
- CD Into /home/{USER}/vagrant/vagrant-legacy
- Run
vagrant up