Created
February 9, 2011 13:00
-
-
Save jedi4ever/818432 to your computer and use it in GitHub Desktop.
create vagrant - lucid box with veewee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem instal veewee | |
#if needed replace amd64 with i386 | |
vagrant basebox define 'lucid-box' 'ubuntu-10.04.1-server-amd64' | |
#for tweeking look at definitions/lucid-box/ | |
vagrant basebox build 'lucid-box' | |
vagrant basebox export 'lucid-box' | |
#this will result in a lucid-box.box in your currentdir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment