Wall Mounted VM box and Router Part:3-Installation
Decided to put together VMserver and test that all parts are working. Luckily i did seems the on board Video is defective on the MSI motherboard.I ordered from tigerdirect they are shipping me a replacement.
However i have an old Gforce video card laying around decided to install that for the time being and start installing.
Installing Ubuntu 10 via USB drive
Confirm python and version installed
Python –versionAdd path for python PATH=”$PATH:/usr/bin/python2.6″
Install Apache
sudo apt-get install apache2
Install PhP
sudo spt-get install php5 sudo /etc/init.d/apache2 restart
Get Virtual Box & Key
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
Add Distribution to your /etc/apt/souurces.list
deb http://download.virtualbox.org/virtualbox/debian lucid non-free
Install / Update Virualbox
sudo apt-get update
sudo apt-get install virtualbox-3.2
Assuming vboxwebsrv is located in /usr/bin, you may start vboxwebsrv by running thefollowing command
/usr/bin/vboxwebsrv -b --logfile /dev/null >/dev/null
Get PHPvirtualBox
wget http://phpvirtualbox.googlecode.com/files/phpvirtualbox-0.5.zip
Install PhPvirtualBox
- Unzip and copy files to your WebServer root directorty
- Edit login cridentials in config.php file
At this point you should be able to load the Webpage version of PhPvirtualbox.
Links