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
69
Nginx基础知识
liuxd
5
330
PHP5.3、PHP5.4的特性介绍与深度挖掘
liuxd
3
300
Node.js那些事儿
liuxd
2
1.6k
Other Decks in Programming
See All in Programming
Catch Up: Go Style Guide Update
andpad
0
250
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
3
980
コード生成なしでモック処理を実現!ovechkin-dm/mockioで学ぶメタプログラミング
qualiarts
0
270
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
190
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
560
Google Opalで使える37のライブラリ
mickey_kubo
3
150
EMこそClaude Codeでコード調査しよう
shibayu36
0
430
Software Architecture
hschwentner
6
2.3k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
650
スキーマ駆動で、Zod OpenAPI Honoによる、API開発するために、Hono Takibiというライブラリを作っている
nakita628
0
320
Go言語はstack overflowの夢を見るか?
logica0419
0
610
CSC509 Lecture 06
javiergs
PRO
0
270
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
For a Future-Friendly Web
brad_frost
180
10k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Building Applications with DynamoDB
mza
96
6.7k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Gamification - CAS2011
davidbonilla
81
5.5k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
890
Optimising Largest Contentful Paint
csswizardry
37
3.5k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
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名字以日期为版本号
谢谢啊~ 谢谢啊~ 谢谢啊~ 谢谢啊~