Linux
VirtualBox
Step 1
Step 2
Type this in the terminal:wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
Step 3
Type this in the terminal:sudo apt-get update sudo apt-get install virtualbox-4.3 dkms"
Vagrant
Step 4: Download Vagrant for Ubuntu Linux
Step 5: Install Vagrant for Ubuntu Linux
Type this in the terminal:dpkg -i </path/to/downloaded.deb>
Sublime Text 3
Step 6: Download Sublime Text 3
Step 7: Install Sublime Text 3
Type this in the terminal:dpkg -i </path/to/downloaded.deb>
Setting up the PHPBridge Virtual Machine
Step 8: Copy the neccessary files
Step 9: Run the Virtual Machine
Type this in the terminal:cd ~/phpbridge/projectType this in the terminal:vagrant upApproximate expected result:Bringing machine 'default' up with 'virtualbox' provider... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 8080 => 8080 (adapter 1) default: 22 => 2222 (adapter 1) ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key default: Error: Connection timeout. Retrying... ==> default: Machine booted and ready!The result you get may differ and is not important.
Verify Your Installation
Type this in the terminal:vagrant sshApproximate expected result: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: Sun Apr 20 22:03:49 2014 from 10.0.2.2 [email protected]:~$The result you get may differ and is not important.