Vagrant cheat sheet: Difference between revisions

From misc notes
Jump to navigation Jump to search
(ページの作成:「= Vagrant 便利だわぁ = vagrant 使いたいがために、全部 乗せの MacBook Pro Retina 欲しいぞ。」)
 
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

Revision as of 09:49, 4 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