1
0
Fork 0

Minor updates to slides and notes

This commit is contained in:
Andrew Tomaka 2015-02-09 09:13:56 -05:00
parent 1dd7ac143d
commit 04a0f61e39
7 changed files with 17 additions and 15 deletions

View File

@ -1,4 +1,4 @@
## How can we avoid this
## How can we avoid this?
This is a new Markdown slide

View File

@ -10,5 +10,10 @@
* [Vagrant](http://www.vagrantup.com/downloads)
note:
Put your speaker notes here.
You can see them pressing 's'.
Requires a VM provider. Virtual Box comes pre-packaged. VMWare Fusion with
the pro version.
Also many other providers available as plugins including for many cloud
providers.
Requires Vagrant.

View File

@ -1,8 +1,8 @@
[
"index.md",
"what-is-devops.md",
"why-should-you-care.md",
"but-it-works-on-my-machine.md",
"why-should-you-care.md",
"but-how-can-we-avoid-this.md",
"what-is-vagrant.md",
"installation.md",

View File

@ -1,10 +1,10 @@
## Resources
* [These Slides](https://github.com/atomaka/intro-to-vagrant)
* This presentation
* [Slides](https://github.com/atomaka/intro-to-vagrant)
* [Sample Project](https://github.com/atomaka/vagrant-famers_market)
* [Vagrant Documentation](https://docs.vagrantup.com/v2/)
* [Rove](http://rove.io/) - Tool for creating a typical Rails Vagrantfile
* [Railscast #292](http://railscasts.com/episodes/292-virtual-machines-with-vagrant) - Dated
note:
Put your speaker notes here.
You can see them pressing 's'.

View File

@ -16,5 +16,4 @@ end
note:
Put your speaker notes here.
You can see them pressing 's'.
Three main things: Install OS, configure VM, provision system

View File

@ -1,7 +1,6 @@
## What is Vagrant?
This is a new Markdown slide
> "Create and configure lightweight, reproducible, and portable development
environments."
note:
Put your speaker notes here.
You can see them pressing 's'.

View File

@ -1,7 +1,6 @@
## Why should you care?
This is a new Markdown slide
* Difference between expectations and what actually happens
note:
Put your speaker notes here.
You can see them pressing 's'.
As "but it works on my machine" shows