Confirmed users
106
edits
| Line 126: | Line 126: | ||
More detailed information available here: https://github.com/mozilla/webmaker-suite/blob/master/vagrant/README.md | More detailed information available here: https://github.com/mozilla/webmaker-suite/blob/master/vagrant/README.md | ||
Example Output | |||
''localmac-23:24:58-imagetest# vagrant up | |||
Bringing machine 'default' up with 'virtualbox' provider... | |||
[default] Box 'webmakersuitev3test' was not found. Fetching box from specified URL for | |||
the provider 'virtualbox'. Note that if the URL does not have | |||
a box for this provider, you should interrupt Vagrant now and add | |||
the box yourself. Otherwise Vagrant will attempt to download the | |||
full box prior to discovering this error. | |||
Downloading or copying the box... | |||
Extracting box...te: 1830k/s, Estimated time remaining: 0:00:01) | |||
Successfully added box 'webmakersuitev3test' with provider 'virtualbox'! | |||
[default] Importing base box 'webmakersuitev3test'... | |||
[default] Matching MAC address for NAT networking... | |||
[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] -- 3000 => 3000 (adapter 1) | |||
[default] -- 3500 => 3500 (adapter 1) | |||
[default] -- 5000 => 5000 (adapter 1) | |||
[default] -- 5050 => 5050 (adapter 1) | |||
[default] -- 7777 => 7777 (adapter 1) | |||
[default] -- 8888 => 8888 (adapter 1) | |||
[default] -- 12416 => 12416 (adapter 1) | |||
[default] Booting VM... | |||
[default] Waiting for machine to boot. This may take a few minutes... | |||
[default] Machine booted and ready! | |||
[default] Mounting shared folders... | |||
[default] -- /vagrant | |||
localmac-23:42:19-imagetest# vagrant ssh | |||
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |||
* Documentation: https://help.ubuntu.com/ | |||
Welcome to your Vagrant-built virtual machine. | |||
Last login: Fri Jan 17 20:52:50 2014 from 10.0.2.2 | |||
vagrant@precise64:~$ ./webmaker-suite.sh'' | |||