Created
September 7, 2013 21:02
-
-
Save dadamssg/6479268 to your computer and use it in GitHub Desktop.
vagrant up
This file contains hidden or 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
| unknown68a86d401752:precise64 davidadams$ vagrant up | |
| Bringing machine 'default' up with 'virtualbox' provider... | |
| [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] Running 'pre-boot' VM customizations... | |
| [default] Booting VM... | |
| [default] Waiting for machine to boot. This may take a few minutes... | |
| [default] Machine booted and ready! | |
| [default] Configuring and enabling network interfaces... | |
| [default] Mounting shared folders... | |
| [default] -- /vagrant | |
| [default] -- /tmp/vagrant-puppet/modules-0 | |
| [default] -- /tmp/vagrant-puppet/modules-0 | |
| [default] Exporting NFS shared folders... | |
| Preparing to edit /etc/exports. Administrator privileges will be required... | |
| Password: | |
| [default] Mounting NFS shared folders... | |
| unknown68a86d401752:precise64 davidadams$ 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: Sat Sep 7 19:38:54 2013 from 10.0.2.2 | |
| vagrant@precise64:~$ ls /var/www | |
| puphpet.json README vagrant Vagrantfile | |
| vagrant@precise64:~$ php --version | |
| The program 'php' is currently not installed. You can install it by typing: | |
| sudo apt-get install php5-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment