<p dir="ltr">Here is an example... how to fire up a fully operational LAMP stack in under 5 minutes.  It should work as a template to help build what you want.</p>
<p dir="ltr">Insure you install the most current version of VirtualBox and Vagrant, then:</p>
<p dir="ltr">open terminal<br>
$ cd /var/www<br>
$ mkdir project<br>
$ cd project<br>
$ git clone git@github.com:skecskes/vagrant-centos7-ansible-lamp.git<br>
$ vagrant up<br>
Enjoy</p>
<p dir="ltr">Hope this helps<br>
Kevin</p>