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
Search
dabio
April 19, 2013
Technology
4
380
Vagrant
Development environments made easy.
dabio
April 19, 2013
Tweet
Share
Other Decks in Technology
See All in Technology
製造業の課題解決に向けた機械学習の活用と、製造業特化LLM開発への挑戦
knt44kw
0
150
Claude Codeから我々が学ぶべきこと
s4yuba
6
1.8k
AIエージェントを現場で使う / 2025.08.07 著者陣に聞く!現場で活用するためのAIエージェント実践入門(Findyランチセッション)
smiyawaki0820
6
580
Bet "Bet AI" - Accelerating Our AI Journey #BetAIDay
layerx
PRO
4
1.5k
Amazon Q Developerを活用したアーキテクチャのリファクタリング
k1nakayama
2
180
データエンジニアがクラシルでやりたいことの現在地
gappy50
3
850
dipにおけるSRE変革の軌跡
dip_tech
PRO
1
230
【CEDEC2025】現場を理解して実現!ゲーム開発を効率化するWebサービスの開発と、利用促進のための継続的な改善
cygames
PRO
0
720
ソフトウェア開発プロジェクトでの品質管理への提案(温故知新)
yohwada
0
120
20250807_Kiroと私の反省会
riz3f7
0
130
Google Agentspaceを実際に導入した効果と今後の展望
mixi_engineers
PRO
2
330
Kiroでインフラ要件定義~テスト を実施してみた
nagisa53
3
300
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
How GitHub (no longer) Works
holman
314
140k
Git: the NoSQL Database
bkeepers
PRO
431
65k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
The Cost Of JavaScript in 2023
addyosmani
51
8.7k
What's in a price? How to price your products and services
michaelherold
246
12k
A Tale of Four Properties
chriscoyier
160
23k
Producing Creativity
orderedlist
PRO
346
40k
Art, The Web, and Tiny UX
lynnandtonic
301
21k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Transcript
VAGRANT Development environments made easy.
easy
vagrant up
Box Network Sync Provision
Box Linux BSD Windows Network Sync Provision
Box Network Sync Provision
Box Network ssh http mysql Sync Provision
Box Network Sync Provision
Box Network Sync current folder /vagrant … Provision
Box Network Sync Provision
Box Network Sync Provision mysql php apache solr
Box Network Sync Provision chef bash puppet mysql php apache
solr
Box Network Sync Provision
Done
None
vagrant up
easy!
Create lightweight, reproducible, and portable development environments.
create
vagrant init
None
Box Network Sync Provision
Demo
vagrant halt
vagrant suspend
vagrant destroy
Create lightweight, reproducible, and portable development environments.
lightweight
reproducible
portable
None
Use Vagrant!
Use Vagrant!
It will make your life easier.
Development environments made easy.