4
edits
Changes
Added howto for simple installation on Fedora
= Fedora = * Use fedora template to create new container and install desktop of your choice: GNOME: <pre>yum groupinstall "GNOME Desktop Environment"</pre> KDE: <pre>yum groupinstall "KDE (K Desktop Environment)"</pre> XFce: <pre>yum groupinstall "XFCE"</pre> * You may need to install additional package audiofile:<pre>yum install audiofile</pre> * Download installation RPM packages for server from site [http://www.nomachine.com/select-package.php?os=linux&id=1 www.nomachine.com]. Choose right architecture i386 or x86_64. Example: <pre>wget http://64.34.161.181/download/3.4.0/Linux/nxclient-3.4.0-5.i386.rpmhttp://64.34.161.181/download/3.4.0/Linux/nxnode-3.4.0-6.i386.rpmhttp://64.34.161.181/download/3.4.0/Linux/FE/nxserver-3.4.0-8.i386.rpm</pre> * Do simple manual installation of RPM packages. Example:<pre>rpm -ivh nxclient-3.4.0-5.i386.rpmrpm -ivh nxnode-3.4.0-6.i386.rpmrpm -ivh nxserver-3.4.0-8.i386.rpm</pre> * Done. You can now connect from NX client to your server. = Ubuntu = == Installation ==
Create a new container using the gutsy template. Edit /etc/apt/sources.list and enable the "multiverse" repository.