Changes

From Amahi Wiki
Jump to: navigation, search
36 bytes added ,  04:01, 4 December 2010
var $username = 'ian';
var $password = 'pass';
* Start the service: /usr/bin/vboxwebsrv -b --logfile /dev/null >/dev/null* That's it. You should now be able to access VirtualBox from your browser at <nowiki>http://phpvb</nowiki>. It will restart automatically on reboot as well. Be aware moving the mouse pinter in this app is quirky and often difficult to navigate.* Refer to [http://code.google.com/p/phpvirtualbox/wiki/Installation phpVirtualBox Installation] for additional guidance. ==== (''OPTIONAL'') Start Service on Reboot ====* To enable automatic start on reboot, exit '''root''' user and edit crontab for your user (''whoami'' will display the current user name and must match the one in the previous step):
whoami
crontab -e
and add the following line. (to save, enter ''':''' followed by '''wq'''):
@reboot /usr/bin/vboxwebsrv -b --logfile /dev/null >/dev/null
* Start the service: /usr/bin/vboxwebsrv -b --logfile /dev/null >/dev/null* That's it. You should now be able to access VirtualBox from your browser at <nowiki>http://phpvb</nowiki>. It will restart automatically on reboot as well. Be aware moving the mouse pinter in this app is quirky and often difficult to navigate.* Refer to [http://code.google.com/p/phpvirtualbox/wiki/Installation phpVirtualBox Installation] for additional guidance.
12,424

edits