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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
「抽象に依存せよ」が分からなかった新卒1年目の私が Goのインターフェースと和解するまで
kurogenki
0
110
TipKitTips
ktcryomm
0
160
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
910
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
220
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
570
AHC061解説
shun_pi
0
370
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
250
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
2
110
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
430
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
16
3.1k
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
720
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
430
Featured
See All Featured
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
140
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Building the Perfect Custom Keyboard
takai
2
710
The agentic SEO stack - context over prompts
schlessera
0
690
Facilitating Awesome Meetings
lara
57
6.8k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Code Reviewing Like a Champion
maltzj
528
40k
Building AI with AI
inesmontani
PRO
1
790
The Invisible Side of Design
smashingmag
302
51k
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.