Vagrant cheat sheet: Difference between revisions

From misc notes
Jump to navigation Jump to search
(ページの作成:「= Vagrant 便利だわぁ = vagrant 使いたいがために、全部 乗せの MacBook Pro Retina 欲しいぞ。」)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Vagrant 便利だわぁ =
= Vagrant 便利だわぁ =
[http://vagrantup.com/ Vagrant - Virtualized development for the masses.]
vagrant 使いたいがために、全部
vagrant 使いたいがために、全部
乗せの MacBook Pro Retina 欲しいぞ。
乗せの MacBook Pro Retina 欲しいぞ。
[https://www.virtualbox.org/ Oracle’s VirtualBox]
== veewee ==
[https://github.com/jedi4ever/veewee veewee : Easing the building of vagrant boxes]
veewee 使うのを前提なので、MacOSX 用のパッケージはつかわず、homebrew で ruby 1.3.x の環境つくって、gem で vagrant を入れる。というか veewee を gem でいれると vagrant も入る。
gem install veewee
== bento ==
[https://github.com/opscode/bento opscode/bento Modularized veewee definitions for building Vagrant baseboxes]
== FreeBSD box ==
FreeBSD-9 系の作り方調査中
VirtualBox Guest Additions というのがあり、時刻同期とか面倒みてくれる
portinstall emulators/virtualbox-ose-additions

Latest revision as of 14:15, 27 August 2012

Vagrant 便利だわぁ

Vagrant - Virtualized development for the masses.

vagrant 使いたいがために、全部 乗せの MacBook Pro Retina 欲しいぞ。

Oracle’s VirtualBox

veewee

veewee : Easing the building of vagrant boxes

veewee 使うのを前提なので、MacOSX 用のパッケージはつかわず、homebrew で ruby 1.3.x の環境つくって、gem で vagrant を入れる。というか veewee を gem でいれると vagrant も入る。

gem install veewee

bento

opscode/bento Modularized veewee definitions for building Vagrant baseboxes

FreeBSD box

FreeBSD-9 系の作り方調査中

VirtualBox Guest Additions というのがあり、時刻同期とか面倒みてくれる

portinstall emulators/virtualbox-ose-additions