Changes

From SME Server
Jump to navigationJump to search
m
no edit summary
Line 83: Line 83:  
wget `wget -q -O - http://phpvirtualbox.googlecode.com/files/LATEST.txt` -O phpvirtualbox-latest.zip
 
wget `wget -q -O - http://phpvirtualbox.googlecode.com/files/LATEST.txt` -O phpvirtualbox-latest.zip
 
unzip phpvirtualbox-latest.zip</pre>
 
unzip phpvirtualbox-latest.zip</pre>
      Note: at the time of this writing, the latest version was 4.1-2. Please adjust the following for later versions.
+
Note: at the time of the last update, the latest version was 4.1-2. Please adjust the following for later versions.
 
       <pre>cd phpvirtualbox-4.1-2
 
       <pre>cd phpvirtualbox-4.1-2
 
cp –R * /home/e-smith/files/ibays/phpvbox/html</pre>
 
cp –R * /home/e-smith/files/ibays/phpvbox/html</pre>
Line 114: Line 114:  
var $enableVDE = true;</pre>
 
var $enableVDE = true;</pre>
   −
      Change the tmp location as per below.
+
Change the tmp location as per below.
 
       <pre>// Path
 
       <pre>// Path
 
var $cachePath = '../tmp';</pre>
 
var $cachePath = '../tmp';</pre>
Line 130: Line 130:  
-->
 
-->
 
   <li>Install VirtualBox extension pack to enable support for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards. Please install the extension pack with the same version as your installed version of VirtualBox!</li>
 
   <li>Install VirtualBox extension pack to enable support for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards. Please install the extension pack with the same version as your installed version of VirtualBox!</li>
       <pre>wget http://download.virtualbox.org/virtualbox/4.1.2/Oracle_VM_VirtualBox_Extension_Pack-4.1.2-73507.vbox-extpack -O latest.vbox-extpack
+
 
vboxmanage extpack install latest.vbox-extpack</pre>
+
You can find the extension packs [http://www.virtualbox.org/wiki/Downloads here.] The following commands download and install the extension pack for VirtualBox 4.1.2.
 +
 
 +
       <pre>wget http://download.virtualbox.org/virtualbox/4.1.2/Oracle_VM_VirtualBox_Extension_Pack-4.1.2-73507.vbox-extpack
 +
vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.1.2-73507.vbox-extpack</pre>
    
   <li>Enable <b>fopen</b> on ''php.ini'' (line 65) located on /etc/</li>
 
   <li>Enable <b>fopen</b> on ''php.ini'' (line 65) located on /etc/</li>
38

edits

Navigation menu