Created
October 24, 2013 00:47
-
-
Save ndrluis/7129413 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
andreanastacio @ ~/Workspace/src/ruby/ventriloquist/development | |
> vagrant up | |
You appear to be running Vagrant in a Bundler environment. Because | |
Vagrant should be run within installers (outside of Bundler), Vagrant | |
will assume that you're developing plugins and will change its behavior | |
in certain ways to better assist plugin development. | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] -- 8080 => 8080 (adapter 1) | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Configuring and enabling network interfaces... | |
[default] Mounting shared folders... | |
[default] -- /vagrant | |
[default] -- /tmp/vagrant-cache | |
[default] Configuring cache buckets... | |
[default] Running provisioner: ventriloquist... | |
Installing NVM | |
Installing NodeJS 0.10 | |
[default] Configuring cache buckets... | |
andreanastacio @ ~/Workspace/src/ruby/ventriloquist/development | |
> vagrant ssh | |
You appear to be running Vagrant in a Bundler environment. Because | |
Vagrant should be run within installers (outside of Bundler), Vagrant | |
will assume that you're developing plugins and will change its behavior | |
in certain ways to better assist plugin development. | |
Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-30-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Thu Oct 24 00:39:12 UTC 2013 | |
System load: 0.04 Processes: 80 | |
Usage of /: 3.2% of 39.33GB Users logged in: 0 | |
Memory usage: 11% IP address for eth0: 10.0.2.15 | |
Swap usage: 0% IP address for eth1: 192.168.123.123 | |
Graph this data and manage this system at https://landscape.canonical.com/ | |
Get cloud support with Ubuntu Advantage Cloud Guest: | |
http://www.ubuntu.com/business/services/cloud | |
Use Juju to deploy your cloud instances and workloads: | |
https://juju.ubuntu.com/#cloud-raring | |
New release '13.10' available. | |
Run 'do-release-upgrade' to upgrade to it. | |
Last login: Tue Oct 22 04:18:23 2013 from 10.0.2.2 | |
vagrant@vagrant-ubuntu-raring-64:~$ npm install -g coffee-script | |
npm http GET https://registry.npmjs.org/coffee-script | |
npm http 200 https://registry.npmjs.org/coffee-script | |
npm http GET https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.3.tgz | |
npm http 200 https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.3.tgz | |
/home/vagrant/.nvm/v0.10.21/bin/coffee -> /home/vagrant/.nvm/v0.10.21/lib/node_modules/coffee-script/bin/coffee | |
/home/vagrant/.nvm/v0.10.21/bin/cake -> /home/vagrant/.nvm/v0.10.21/lib/node_modules/coffee-script/bin/cake | |
[email protected] /home/vagrant/.nvm/v0.10.21/lib/node_modules/coffee-script | |
vagrant@vagrant-ubuntu-raring-64:~$ $PATH | |
-bash: /home/vagrant/.nvm/v0.10.21/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/elixir/bin: No such file or directory | |
vagrant@vagrant-ubuntu-raring-64:~$ coffee | |
coffee> 2+2 | |
4 | |
coffee> | |
(^C again to quit) | |
coffee> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment