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 Tutorials
Search
Masahiro Sakoda
May 22, 2014
Programming
1
74
Vagrant Tutorials
Tutorial for Vagrant beginner
Masahiro Sakoda
May 22, 2014
Tweet
Share
Other Decks in Programming
See All in Programming
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
500
GraphQL×Railsアプリのデータベース負荷分散 - 月間3,000万人利用サービスを無停止で
koxya
1
1.3k
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
250
Le côté obscur des IA génératives
pascallemerrer
0
140
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
1k
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
380
Go言語はstack overflowの夢を見るか?
logica0419
0
240
Go言語の特性を活かした公式MCP SDKの設計
hond0413
1
230
CSC305 Lecture 04
javiergs
PRO
0
270
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
180
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
1
440
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
9
1.7k
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Designing Experiences People Love
moore
142
24k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
Being A Developer After 40
akosma
91
590k
Fireside Chat
paigeccino
40
3.7k
Building an army of robots
kneath
306
46k
How STYLIGHT went responsive
nonsquared
100
5.8k
How GitHub (no longer) Works
holman
315
140k
Scaling GitHub
holman
463
140k
Transcript
Vagrant Tutorials Masahiro Sakoda @masahiroSkd
Agenda • Target • What is Vagrant? • Prepare •
Install and Configure Vagrant • Control Virtual Machine • Other Tips
Target • Required Linux experience • Knowledge of SSH
What is Vagrant?
What is Vagrant? • VirtualBox frontend • Multiplatform • Mac
OS X • Windows • Linux • you can share development environment • integration with chef
Prepare for Installing Vagrant
Prepare for Installing Vagrant • Install VirtualBox • download installer
from https:// www.virtualbox.org/wiki/Downloads • Create Vagrant Directory
Installing Vagrant
Installing Vagrant • download installer from http:// www.vagrantup.com/downloads.html • install
with installer
Configure Box
Creating Box • Image file for Launching Virtual Machine •
Created from OS Image • Create box with following command
Initialize Box • Create Virtual Machine with follwing command
Control Virtual Machine
Launch Virtual Machine • To launch server, execute following command
Login via SSH • To login via SSH, execure like
this
Configure SSH Settings • To execute SSH with host or
alias, configure like this
Shutdown Virtual Machine • vagrant halt
Remove Box
List Box • vagrant box list
Check Vagrant Status • show already running or poweroff
Other Tips
Useful ways to use Vagrant • Just use oh-my-zsh plugin
for vagrant • and use chef to building server environment
@masahiroSkd Thank you for listening.