https://github.com/dcsg/boost-your-dev-environment-with-vagrant
Source code of my talk "Boost your dev environment with Vagrant"
https://github.com/dcsg/boost-your-dev-environment-with-vagrant
Last synced: about 1 year ago
JSON representation
Source code of my talk "Boost your dev environment with Vagrant"
- Host: GitHub
- URL: https://github.com/dcsg/boost-your-dev-environment-with-vagrant
- Owner: dcsg
- License: mit
- Created: 2013-06-09T17:39:08.000Z (about 13 years ago)
- Default Branch: step-one
- Last Pushed: 2014-07-01T11:01:48.000Z (almost 12 years ago)
- Last Synced: 2025-04-01T15:21:20.241Z (about 1 year ago)
- Language: Ruby
- Size: 559 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.
[](https://coderwall.com/danielcsgomes)
#### Steps:
* [Step One](https://github.com/dcsg/boost-your-dev-environment-with-vagrant/tree/step-one) - How to initialize Vagrant
* [Step Two](https://github.com/dcsg/boost-your-dev-environment-with-vagrant/tree/step-two) - Example of a Vagrant file with port forwarding, private network and shared folder with nfs
* [Step Three](https://github.com/dcsg/boost-your-dev-environment-with-vagrant/tree/step-three) - Example of Virtual Box provider configuration in Vagrantfile
* [Step Four](https://github.com/dcsg/boost-your-dev-environment-with-vagrant/tree/step-four) - Example configuration of the Puppet provision in Vagrantfile and an example of a puppet manifest
* [Step Five](https://github.com/dcsg/boost-your-dev-environment-with-vagrant/tree/step-five) - Real world example (LAMP configuration)
## Slides
Slides of the presentation are available [here](https://joind.in/talk/view/8816)
## 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 up` or `vagrant reload` if the machine is already running
* open browser: `http://localhost:8080` and you should see three names if everything was ok
* open browser: `http://localhost:8080/phpinfo.php` to view phpinfo
## LICENSE
Licensed under [MIT](https://github.com/dcsg/boost-your-dev-environment-with-vagrant/blob/step-one/LICENSE)