Created
March 21, 2012 03:20
-
-
Save tcopeland/2144026 to your computer and use it in GitHub Desktop.
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
$ vagrant init lucid64 | |
A `Vagrantfile` has been placed in this directory. You are now | |
ready to `vagrant up` your first virtual environment! Please read | |
the comments in the Vagrantfile as well as documentation on | |
`vagrantup.com` for more information on using Vagrant. | |
bogle> $ vagrant up | |
[default] Importing base box 'lucid64'... | |
[default] The guest additions on this VM do not match the install version of | |
VirtualBox! This may cause things such as forwarded ports, shared | |
folders, and more to not work properly. If any of those things fail on | |
this machine, please update the guest additions and repackage the | |
box. | |
Guest Additions Version: 3.2.8 | |
VirtualBox Version: 4.1.8 | |
[default] Matching MAC address for NAT networking... | |
[default] Clearing any previously set forwarded ports... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Mounting shared folders... | |
[default] -- v-root: /vagrant | |
bogle> $ vagrant ssh | |
Last login: Wed Aug 11 17:51:58 2010 | |
vagrant@vagrantup:~$ dpkg -l ruby | |
Desired=Unknown/Install/Remove/Purge/Hold | |
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend | |
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) | |
||/ Name Version Description | |
+++-==============================================-==============================================-============================================================================================================ | |
ii ruby 4.2 An interpreter of object-oriented scripting language Ruby | |
$ dpkg -L ruby | |
/. | |
/usr | |
/usr/bin | |
/usr/share | |
/usr/share/doc | |
/usr/share/doc/ruby | |
/usr/share/doc/ruby/changelog.gz | |
/usr/share/doc/ruby/ruby-policy.html | |
/usr/share/doc/ruby/ruby-policy.html/index.html | |
/usr/share/doc/ruby/ruby-policy.html/ch-ruby.html | |
/usr/share/doc/ruby/ruby-policy.html/ch-module_packages.html | |
/usr/share/doc/ruby/ruby-policy.html/ch-programs.html | |
/usr/share/doc/ruby/ruby-policy.html/ap-build_dependencies.html | |
/usr/share/doc/ruby/ruby-policy.html/ap-ruby1.8_bundled_modules.html | |
/usr/share/doc/ruby/ruby-policy.html/ap-transition_1.6_to_1.8.html | |
/usr/share/doc/ruby/README.Debian | |
/usr/share/doc/ruby/copyright | |
/usr/share/doc/ruby/ruby-policy.txt.gz | |
/usr/share/doc/ruby/ruby-policy.sgml.gz | |
/usr/share/man | |
/usr/share/man/man1 | |
/usr/bin/testrb | |
/usr/bin/erb | |
/usr/bin/ruby | |
/usr/share/man/man1/testrb.1.gz | |
/usr/share/man/man1/erb.1.gz | |
/usr/share/man/man1/ruby.1.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment