Example usage of LAMPapp Chef cookbook
- Vagrant 1.5+
- Virtualbox or some other Vagrant provider
- ChefDK
- Optional: NFS share is activated by default for better performance and must me installed on host machine
- Run
sudo vagrant plugin install vagrant-berkshelf && sudo vagrant plugin install vagrant-bindfs
to install neccessary Vagrant plugin - Copy Vagrantfile and Berksfile files to your project's root dir
- Set Vagrantile's
chef.lampapp.path
to your project's public web dir - Run
vagrant up
to start the VM - Your web app is now available at 192.168.56.101
- Run
vagrant halt
to power off the VM