boost-your-dev-environment-with-vagrant
boost-your-dev-environment-with-vagrant copied to clipboard
Source code of my talk "Boost your dev environment with Vagrant"
Boost your dev environment with Vagrant
This repository contains the source code of the exampls of my talk Boost your dev environment with Vagrant
It is divide in 5 steps. Each step have his branch.
Steps:
- Step One - How to initialize Vagrant
- Step Two - Example of a Vagrant file with port forwarding, private network and shared folder with nfs
- Step Three - Example of Virtual Box provider configuration in Vagrantfile
- Step Four - Example configuration of the Puppet provision in Vagrantfile and an example of a puppet manifest
- Step Five - Real world example (LAMP configuration)
Slides
Slides of the presentation are available here
How to use
From step 1 to 4
Just run vagrant up or vagrant reload if the machine is already running
On step five
- Run
vagrant uporvagrant reloadif the machine is already running - open browser:
http://localhost:8080and you should see three names if everything was ok - open browser:
http://localhost:8080/phpinfo.phpto view phpinfo
LICENSE
Licensed under MIT
