Changes

From SME Server
Jump to navigationJump to search
m
no edit summary
Line 149: Line 149:  
   <li>Open a terminal window to the SME Server and create a directory to store the virtual machine images.</li>
 
   <li>Open a terminal window to the SME Server and create a directory to store the virtual machine images.</li>
 
       <pre>mkdir -p /var/lib/VirtualBox/VMs</pre>
 
       <pre>mkdir -p /var/lib/VirtualBox/VMs</pre>
 +
  <li>Download the VirtualBox Guest Additions iso for later installation into your virtual machine guests.</li>
 +
      <pre>mkdir -p /var/lib/VirtualBox/addons
 +
cd /var/lib/VirtualBox/addons
 +
wget http://download.virtualbox.org/virtualbox/4.1.2/VBoxGuestAdditions_4.1.2.iso</pre>
 +
 
   <li>Using a web browser, Go to http://yourdomain.com/phpvbox and connect to the phpVirtualBox web application.</li>
 
   <li>Using a web browser, Go to http://yourdomain.com/phpvbox and connect to the phpVirtualBox web application.</li>
 
       <pre>From the menu provided, go to select File->Preferences.
 
       <pre>From the menu provided, go to select File->Preferences.
Line 164: Line 169:  
[[File:virtual_box.jpg]]
 
[[File:virtual_box.jpg]]
 
</li>
 
</li>
<li>Download VirtualBox Guest Addition from here http://download.virtualbox.org/virtualbox/4.0.8/VBoxGuestAdditions_4.0.8.iso and install it to your newly setup VM.</li>
+
<li>Install the VirtualBox Guest Additions iso into your newly setup VM.</li>
 
</ol>
 
</ol>
  
38

edits

Navigation menu