Line 79: |
Line 79: |
| </pre> | | </pre> |
| <li>Open ''config.php'' (located on your /phpvbox/html/ folder) and uncomment some lines & change the tmp location as per below.</li> | | <li>Open ''config.php'' (located on your /phpvbox/html/ folder) and uncomment some lines & change the tmp location as per below.</li> |
− | <pre>nano /home/e-smith/files/ibays/phpvbox/html/config.php</pre> | + | <pre>cp config.php.example config.php |
| + | nano /home/e-smith/files/ibays/phpvbox/html/config.php</pre> |
| <pre>/* SOAP URL of vboxwebsrv (not phpVirtualBox's URL) */ | | <pre>/* SOAP URL of vboxwebsrv (not phpVirtualBox's URL) */ |
| var $location = 'http://127.0.0.1:18083/'; | | var $location = 'http://127.0.0.1:18083/'; |
Line 104: |
Line 105: |
| <pre>vboxmanage setproperty websrvauthlibrary null</pre> | | <pre>vboxmanage setproperty websrvauthlibrary null</pre> |
| <li>Install VirtualBox extension pack to enable support for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards.</li> | | <li>Install VirtualBox extension pack to enable support for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards.</li> |
− | <pre>wget http://download.virtualbox.org/virtualbox/4.0.8/Oracle_VM_VirtualBox_Extension_Pack-4.0.8-71778.vbox-extpack | + | <pre>wget http://download.virtualbox.org/virtualbox/4.1.0/Oracle_VM_VirtualBox_Extension_Pack-4.1.0-73009.vbox-extpack |
− | vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.0.8-71778.vbox-extpack</pre> | + | vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.1.0-73009.vbox-extpack</pre> |
| | | |
| <li>Go to http://your_server’s_ip/phpvbox (e.g. http://192.168.100.1/phpvbox) to create our virtual machine. | | <li>Go to http://your_server’s_ip/phpvbox (e.g. http://192.168.100.1/phpvbox) to create our virtual machine. |