Line 37: |
Line 37: |
| Go to the phpvirtualbox panel at the url https://your-sme-ip/phpvirtualbox on your local-network. '''You can not reach this contrib trought internet'''. | | Go to the phpvirtualbox panel at the url https://your-sme-ip/phpvirtualbox on your local-network. '''You can not reach this contrib trought internet'''. |
| Your credentials are the user admin of the SME Server and its password but you can add more users by the [[Phpvirtualbox#DB_Configuration|DB Configuration]]. | | Your credentials are the user admin of the SME Server and its password but you can add more users by the [[Phpvirtualbox#DB_Configuration|DB Configuration]]. |
| + | === Installation phpvirtualbox-5.0 For SME8 and SME9=== |
| + | {{warning box| You have to remove first all old rpm before to install the newer phpvirtualbox-5.0 and VirtualBox-5.0 rpms |
| + | yum remove smeserver-phpvirtualbox smeserver-virtualbox VirtualBox-4.3 phpvirtualbox}} |
| | | |
| + | You have to be sure that your server has '''the kernel up-to-date''' before to install virtualbox, else the installation will fail. You must first configure the [[epel]] repository |
| + | |
| + | yum install --enablerepo=epel dkms kernel |
| + | signal-event post-upgrade; signal-event reboot |
| + | |
| + | For PAE Kernel you have to install kernel-PAE-devel in order to be compiled with DKMS |
| + | |
| + | yum install --enablerepo=epel dkms kernel-PAE-devel |
| + | signal-event post-upgrade; signal-event reboot |
| + | |
| + | This contrib is currently held in several repositories ([[VirtualBox_Repository]], and the [[stephdl|Stephdl_repository]]), so the following commands will install on your smeserver. |
| + | |
| + | yum --enablerepo=stephdl,virtualbox install smeserver-phpvirtualbox-5.0 smeserver-virtualbox-5.0 |
| + | |
| + | You will then need to activate the database changes and to reboot with the new kernel module loaded. |
| + | |
| + | signal-event post-upgrade; signal-event reboot |
| + | |
| + | Go to the phpvirtualbox panel at the url https://your-sme-ip/phpvirtualbox on your local-network. '''You can not reach this contrib trought internet'''. |
| + | Your credentials are the user admin of the SME Server and its password but you can add more users by the [[Phpvirtualbox#DB_Configuration|DB Configuration]]. |
| {{Tip box|You can see [[VirtualBox_4.0_on_SME_Server_v8_beta_6|the Tutorial]] hosted on our Wiki in order to learn : | | {{Tip box|You can see [[VirtualBox_4.0_on_SME_Server_v8_beta_6|the Tutorial]] hosted on our Wiki in order to learn : |
| *how to create [[VirtualBox_4.0_on_SME_Server_v8_beta_6#Creating_a_Virtual_Machinecreate| your first VM]] | | *how to create [[VirtualBox_4.0_on_SME_Server_v8_beta_6#Creating_a_Virtual_Machinecreate| your first VM]] |