A template for developing Websites quickly on a VM, making prod implementations smoother.
This version of Vagrant LAMP stack doesn't include Libraries or CMS's
If you'd like to checkout Laravel, go to template-laravel-lamp-stack
Built on a Ubuntu VM and provisions the server with current versions of several software packages, including:
- Apache
- MySql
- Composer
- Clone the repo.
- Open the Vagrant file.
- Find and replace <TEMPLATE>, this names your vm.
- Run
vagrant up
from your command line