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
Allen Liu
June 11, 2012
Programming
2
290
vagrant介绍
vagrant介绍
Allen Liu
June 11, 2012
Tweet
Share
More Decks by Allen Liu
See All by Allen Liu
字符集科普知识
liuxd
1
71
Nginx基础知识
liuxd
5
330
PHP5.3、PHP5.4的特性介绍与深度挖掘
liuxd
3
310
Node.js那些事儿
liuxd
2
1.6k
Other Decks in Programming
See All in Programming
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
230
Ruby x Terminal
a_matsuda
7
590
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
3
1.2k
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
250
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
200
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
290
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
750
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
340
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.3k
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
350
AI活用のコスパを最大化する方法
ochtum
0
130
CSC307 Lecture 15
javiergs
PRO
0
240
Featured
See All Featured
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
Deep Space Network (abreviated)
tonyrice
0
87
Practical Orchestrator
shlominoach
191
11k
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
180
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
140
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.8k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
970
エンジニアに許された特別な時間の終わり
watany
106
240k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
81
Prompt Engineering for Job Search
mfonobong
0
180
It's Worth the Effort
3n
188
29k
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
Transcript
vagrant vagrant vagrant vagrant介绍 介绍 介绍 介绍 作者:刘喜东 作者:刘喜东 作者:刘喜东
作者:刘喜东
2 vagrant vagrant vagrant vagrant是神马? 是神马? 是神马? 是神马? • 词义:流浪汉;漂泊者;无赖。
• 本质:虚拟环境的管理工具。 • 用途:线上环境与开发环境一致。
2012-6-11 为什么是它? 为什么是它? 为什么是它? 为什么是它? 1.打包与发布?So easy! 2.像虚拟机一样有用,像本地程序一样快。
2012-6-11 一点补充 一点补充 一点补充 一点补充 • 要求:需要抱virtualbox的大腿。 • 语言:用ruby开发而成。 •
官网:http://vagrantup.com/
2012-6-11 把大象装冰箱用几步 把大象装冰箱用几步 把大象装冰箱用几步 把大象装冰箱用几步... ... ... ... 1.安装:virtualbox,vagrant 2.拷贝:93/tech/liuxd/vagrant
3.运行:start.sh
2012-6-11 命令介绍 命令介绍 命令介绍 命令介绍 vagrant init vagrant up vagrant
suspend vagrant halt vagrant destroy vagrant box add $name <path>|<url> vagrant box remove $name vagrant box list vagrant ssh vagrant package
2012-6-11 流程建议 流程建议 流程建议 流程建议 1.box与线上环境同步 2.box变化立刻分发 3.box放置在“haozu/开发环境/”下 4.box名字以日期为版本号
谢谢啊~ 谢谢啊~ 谢谢啊~ 谢谢啊~