Skip to content

Instantly share code, notes, and snippets.

@filler
Created March 9, 2011 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filler/862236 to your computer and use it in GitHub Desktop.
Save filler/862236 to your computer and use it in GitHub Desktop.
@patrickdebois rules
rdj:~ silkey$ sudo gem list | grep -E 'vagrant|veewee'
vagrant (0.7.2)
rdj:~ silkey$ sudo gem install veewee
Fetching: trollop-1.16.2.gem (100%)
Fetching: gherkin-2.1.5.gem (100%)
Building native extensions. This could take a while...
Fetching: json_pure-1.4.6.gem (100%)
Fetching: cucumber-0.8.5.gem (100%)
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
(::) U P G R A D I N G (::)
Thank you for installing cucumber-0.8.5.
Please be sure to read http://wiki.github.com/aslakhellesoy/cucumber/upgrading
for important information about this release. Happy cuking!
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
Fetching: veewee-0.1.13.gem (100%)
Successfully installed trollop-1.16.2
Successfully installed gherkin-2.1.5
Successfully installed json_pure-1.4.6
Successfully installed cucumber-0.8.5
Successfully installed veewee-0.1.13
5 gems installed
Installing ri documentation for trollop-1.16.2...
Installing ri documentation for gherkin-2.1.5...
Installing ri documentation for json_pure-1.4.6...
Installing ri documentation for cucumber-0.8.5...
Installing ri documentation for veewee-0.1.13...
Installing RDoc documentation for trollop-1.16.2...
Installing RDoc documentation for gherkin-2.1.5...
Installing RDoc documentation for json_pure-1.4.6...
Installing RDoc documentation for cucumber-0.8.5...
Installing RDoc documentation for veewee-0.1.13...
rdj:~ silkey$ sudo gem list | grep -E 'vagrant|veewee'
vagrant (0.7.2)
veewee (0.1.13)
rdj:~ silkey$ vagrant basebox templates
The following templates are available:
vagrant basebox define '<boxname>' 'Archlinux-latest'
vagrant basebox define '<boxname>' 'CentOS-4.8-i386'
vagrant basebox define '<boxname>' 'CentOS-5.5-i386'
vagrant basebox define '<boxname>' 'CentOS-5.5-i386-netboot'
vagrant basebox define '<boxname>' 'Debian-6.0-amd64-netboot'
vagrant basebox define '<boxname>' 'freebsd-8.2-experimental'
vagrant basebox define '<boxname>' 'Sysrescuecd-2.0.0-experimental'
vagrant basebox define '<boxname>' 'ubuntu-10.04.1-server-amd64'
vagrant basebox define '<boxname>' 'ubuntu-10.04.1-server-i386'
vagrant basebox define '<boxname>' 'ubuntu-10.10-server-amd64'
vagrant basebox define '<boxname>' 'ubuntu-10.10-server-amd64-netboot'
vagrant basebox define '<boxname>' 'ubuntu-10.10-server-i386'
vagrant basebox define '<boxname>' 'ubuntu-10.10-server-i386-netboot'
rdj:~ silkey$ vagrant
Tasks:
vagrant basebox # Commands to manage baseboxes
vagrant box # Commands to manage system boxes
vagrant destroy # Destroy the environment, deleting the created virtual machines
vagrant halt # Halt the running VMs in the environment
vagrant help [TASK] # Describe available tasks or one specific task
vagrant init [box_name] [box_url] # Initializes the current folder for Vagrant usage
vagrant package # Package a Vagrant environment for distribution
vagrant provision # Rerun the provisioning scripts on a running VM
vagrant reload # Reload the environment, halting it then restarting it.
vagrant resume # Resume a suspended Vagrant environment.
vagrant ssh # SSH into the currently running Vagrant environment.
vagrant ssh_config # outputs .ssh/config valid syntax for connecting to this envi...
vagrant status # Shows the status of the current Vagrant environment.
vagrant suspend # Suspend a running Vagrant environment.
vagrant up # Creates the Vagrant environment
vagrant version # Prints the Vagrant version information
rdj:~ silkey$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment