Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Vagrant Lunchtalk
Search
Micah Hausler
December 12, 2013
Programming
1
72
Vagrant Lunchtalk
Micah Hausler
December 12, 2013
Tweet
Share
More Decks by Micah Hausler
See All by Micah Hausler
Prometheus & Time-Series monitoring
micahhausler
0
160
Introduction to Mesos
micahhausler
0
120
Chadevs Docker Talk - Part 1
micahhausler
0
90
Cryptography for Programmers
micahhausler
0
190
Intro to Salt - LPG Lunchtalks
micahhausler
1
110
Django Syncing Static and Media to S3
micahhausler
2
230
Other Decks in Programming
See All in Programming
Improving my own Ruby thereafter
sisshiki1969
1
160
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
120
為你自己學 Python - 冷知識篇
eddie
1
340
機能追加とリーダー業務の類似性
rinchoku
2
1.1k
Ruby Parser progress report 2025
yui_knk
1
300
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
270
AI時代のUIはどこへ行く?
yusukebe
16
8.4k
Kiroで始めるAI-DLC
kaonash
2
570
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
200
Namespace and Its Future
tagomoris
6
700
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
1.7k
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.1k
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
100
5.8k
Building Applications with DynamoDB
mza
96
6.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
What's in a price? How to price your products and services
michaelherold
246
12k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
How to Ace a Technical Interview
jacobian
279
23k
Building an army of robots
kneath
306
46k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Writing Fast Ruby
sferik
628
62k
Transcript
vagrant an introduction by Micah Hausler Thursday, December 12, 13
Why? Thursday, December 12, 13
Boxes! Thursday, December 12, 13
Is it hard? Thursday, December 12, 13
$ vagrant up $ vagrant ssh Thursday, December 12, 13
How do I configure it? Thursday, December 12, 13
the Vagrantfile Thursday, December 12, 13
Do I have to know Ruby? Thursday, December 12, 13
No. Thursday, December 12, 13
But I’d rather use $(PROVISIONER_OF_CHOICE) Thursday, December 12, 13
#!/bin/bash Thursday, December 12, 13
Are there alternatives to VirtualBox? Thursday, December 12, 13
https://github.com/mitchellh/vagrant-google https://github.com/mitchellh/vagrant-aws https://github.com/mitchellh/vagrant-rackspace Thursday, December 12, 13
Features: • Synced Folders • Multi-Machine • Plugins • Complex
networking • Command line interface Thursday, December 12, 13
Thanks! https://github.com/micahhausler/vagrant-demo https://speakerdeck.com/micahhausler/vagrant-lunchtalk Thursday, December 12, 13