Changes

From Amahi Wiki
Jump to: navigation, search
286 bytes added ,  02:30, 23 June 2020
no edit summary
{{NeedsUpdate}}
[[category:apps]]
[[category:Virtualization]]
[http://www.amahi.org/apps/phpvirtualbox phpVirtualBox] has been packaged for Amahi and is currently in ''ALPHA'' testing.
 
'''NOTE:''' This tutorial has not been adapted for Amahi 7 or greater.
==== How to Install Manually: ====
* Become '''root''' user:
su -
* Install dependency:
yum -y install php-soap
* Download and extract the source file:
cd /var/hda/web-apps/phpvb
wget <nowiki>http://phpvirtualbox.googlecode.com/files/phpvirtualbox-04.51-3.zip</nowiki> unzip phpvirtualbox-04.51-3.zip mv phpvirtualbox-04.51-3/* html
chown -R apache:users html
* Edit '''''Copy the example config file. cd /var/hda/web-apps/phpvb/html/ cp config.php-example config.php* Edit the copied '''''config.php''''' and change the values below to your user name and password (must be the same user name as added to the ''vboxusers'' group during VirtualBox install): var $username <nowiki>= </nowiki> 'ianvbox'; var $password <nowiki>= </nowiki> 'pass';
* Start Web Service:
/usr/bin/vboxwebsrv -b --logfile /dev/null >/dev/null
12,424

edits