Changes

From Amahi Wiki
Jump to: navigation, search
789 bytes added ,  13:51, 24 November 2010
=== [http://www.amahi.org/apps/phpvirtualbox phpVirtualBox] ===
* The application has been packaged for Amahi and is currently in testing.
 ==== Manual Install ====* After installFrom the Amahi Applications tab, edit create a web app called '''phpvb'''* Become root user: su -* Download and extract the source file: cd /var/hda/web-apps/phpvb wget <nowiki>http://code.google.com/p/phpvirtualbox/downloads/detail?name=phpvirtualbox-0.5.zip&can=2&q=</nowiki> unzip phpvirtualbox-0.5.zip mv phpvirtualbox-0.5/* html chown -R apache:users html* Edit '''''/var/hda/web-apps/phpvb/html/config.php''''' and change the values below to your user name and password (needs to be the same user name as added to the ''vboxusers'' group):
var $username = 'ian';
var $password = 'pass';
* Exit root user and edit the crontab for your user (the whoami should display your user name):
exit
whoami
crontab -e
* Add the following line to your crontab:
@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 not be able to access VirtualBox from your browser at <nowiki>http://phpvb</nowiki>
'''NOTE:''' See [[Amahi_on_VirtualBox|Amahi on VirtualBox]] for detailed guidance on installing Amahi.
12,424

edits