diff --git a/slides/but-how-can-we-avoid-this.md b/slides/but-how-can-we-avoid-this.md index fa38187..246fcf1 100644 --- a/slides/but-how-can-we-avoid-this.md +++ b/slides/but-how-can-we-avoid-this.md @@ -1,4 +1,4 @@ -## How can we avoid this +## How can we avoid this? This is a new Markdown slide diff --git a/slides/installation.md b/slides/installation.md index 04601cc..bb57db8 100644 --- a/slides/installation.md +++ b/slides/installation.md @@ -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. diff --git a/slides/list.json b/slides/list.json index d704dde..0d61689 100644 --- a/slides/list.json +++ b/slides/list.json @@ -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", diff --git a/slides/resources.md b/slides/resources.md index b75e54b..6266395 100644 --- a/slides/resources.md +++ b/slides/resources.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'. diff --git a/slides/the-vagrantfile.md b/slides/the-vagrantfile.md index b897174..cefe2ad 100644 --- a/slides/the-vagrantfile.md +++ b/slides/the-vagrantfile.md @@ -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 diff --git a/slides/what-is-vagrant.md b/slides/what-is-vagrant.md index ce1fdc8..0e7ccb3 100644 --- a/slides/what-is-vagrant.md +++ b/slides/what-is-vagrant.md @@ -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'. diff --git a/slides/why-should-you-care.md b/slides/why-should-you-care.md index f6b4157..be95c78 100644 --- a/slides/why-should-you-care.md +++ b/slides/why-should-you-care.md @@ -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