Minor updates to slides and notes
This commit is contained in:
parent
1dd7ac143d
commit
04a0f61e39
7 changed files with 17 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
## How can we avoid this
|
||||
## How can we avoid this?
|
||||
|
||||
This is a new Markdown slide
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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'.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue