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
|
This is a new Markdown slide
|
||||||
|
|
||||||
|
|
|
@ -10,5 +10,10 @@
|
||||||
* [Vagrant](http://www.vagrantup.com/downloads)
|
* [Vagrant](http://www.vagrantup.com/downloads)
|
||||||
|
|
||||||
note:
|
note:
|
||||||
Put your speaker notes here.
|
Requires a VM provider. Virtual Box comes pre-packaged. VMWare Fusion with
|
||||||
You can see them pressing 's'.
|
the pro version.
|
||||||
|
|
||||||
|
Also many other providers available as plugins including for many cloud
|
||||||
|
providers.
|
||||||
|
|
||||||
|
Requires Vagrant.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[
|
[
|
||||||
"index.md",
|
"index.md",
|
||||||
"what-is-devops.md",
|
"what-is-devops.md",
|
||||||
"why-should-you-care.md",
|
|
||||||
"but-it-works-on-my-machine.md",
|
"but-it-works-on-my-machine.md",
|
||||||
|
"why-should-you-care.md",
|
||||||
"but-how-can-we-avoid-this.md",
|
"but-how-can-we-avoid-this.md",
|
||||||
"what-is-vagrant.md",
|
"what-is-vagrant.md",
|
||||||
"installation.md",
|
"installation.md",
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
## Resources
|
## 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/)
|
* [Vagrant Documentation](https://docs.vagrantup.com/v2/)
|
||||||
* [Rove](http://rove.io/) - Tool for creating a typical Rails Vagrantfile
|
* [Rove](http://rove.io/) - Tool for creating a typical Rails Vagrantfile
|
||||||
* [Railscast #292](http://railscasts.com/episodes/292-virtual-machines-with-vagrant) - Dated
|
* [Railscast #292](http://railscasts.com/episodes/292-virtual-machines-with-vagrant) - Dated
|
||||||
|
|
||||||
note:
|
note:
|
||||||
Put your speaker notes here.
|
|
||||||
You can see them pressing 's'.
|
|
||||||
|
|
|
@ -16,5 +16,4 @@ end
|
||||||
|
|
||||||
|
|
||||||
note:
|
note:
|
||||||
Put your speaker notes here.
|
Three main things: Install OS, configure VM, provision system
|
||||||
You can see them pressing 's'.
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
## What is Vagrant?
|
## What is Vagrant?
|
||||||
|
|
||||||
This is a new Markdown slide
|
> "Create and configure lightweight, reproducible, and portable development
|
||||||
|
environments."
|
||||||
|
|
||||||
note:
|
note:
|
||||||
Put your speaker notes here.
|
|
||||||
You can see them pressing 's'.
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
## Why should you care?
|
## Why should you care?
|
||||||
|
|
||||||
This is a new Markdown slide
|
* Difference between expectations and what actually happens
|
||||||
|
|
||||||
note:
|
note:
|
||||||
Put your speaker notes here.
|
As "but it works on my machine" shows
|
||||||
You can see them pressing 's'.
|
|
||||||
|
|
Loading…
Reference in a new issue