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
270
vagrant介绍
vagrant介绍
Allen Liu
June 11, 2012
Tweet
Share
More Decks by Allen Liu
See All by Allen Liu
字符集科普知识
liuxd
1
64
Nginx基础知识
liuxd
5
320
PHP5.3、PHP5.4的特性介绍与深度挖掘
liuxd
3
280
Node.js那些事儿
liuxd
2
1.5k
Other Decks in Programming
See All in Programming
Arm移行タイムアタック
qnighy
0
340
광고 소재 심사 과정에 AI를 도입하여 광고 서비스 생산성 향상시키기
kakao
PRO
0
170
Functional Event Sourcing using Sekiban
tomohisa
0
110
Vapor Revolution
kazupon
1
170
AWS Lambdaから始まった Serverlessの「熱」とキャリアパス / It started with AWS Lambda Serverless “fever” and career path
seike460
PRO
1
260
Click-free releases & the making of a CLI app
oheyadam
2
120
Amazon Qを使ってIaCを触ろう!
maruto
0
420
デザインパターンで理解するLLMエージェントの作り方 / How to develop an LLM agent using agentic design patterns
rkaga
3
330
EMになってからチームの成果を最大化するために取り組んだこと/ Maximize team performance as EM
nashiusagi
0
100
カンファレンスの「アレ」Webでなんとかしませんか? / Conference “thing” Why don't you do something about it on the Web?
dero1to
1
110
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
1k
Kaigi on Rails 2024 〜運営の裏側〜
krpk1900
1
260
Featured
See All Featured
Scaling GitHub
holman
458
140k
BBQ
matthewcrist
85
9.3k
Agile that works and the tools we love
rasmusluckow
327
21k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Designing the Hi-DPI Web
ddemaree
280
34k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
KATA
mclloyd
29
14k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
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名字以日期为版本号
谢谢啊~ 谢谢啊~ 谢谢啊~ 谢谢啊~