User Tools

Site Tools


wiki:x2goserver-install-redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:x2goserver-install-redhat [2012/06/06 09:40]
burnce created
wiki:x2goserver-install-redhat [2013/03/12 20:50]
sunweaver removed
Line 1: Line 1:
 ====== Minimal x2gosever install guide for RHEL 6 ====== ====== Minimal x2gosever install guide for RHEL 6 ======
  
-[[wiki:x2go-repository-redhat|Add the x2go repo]] to your yum configuration.+[[wiki:repositories:redhat|Add the X2Go repo]] to your yum configuration.
  
  
Line 18: Line 18:
 ===== Installing sshfs (fuse) ===== ===== Installing sshfs (fuse) =====
 Currently, even in the optional channel, there is no official package for sshfs and it is not (yet?) included in the x2go repo. Thus it has to be downloaded form an alternate source: Currently, even in the optional channel, there is no official package for sshfs and it is not (yet?) included in the x2go repo. Thus it has to be downloaded form an alternate source:
 +
 +==== Option 1: Download the package manually ====
  
 <code> <code>
Line 23: Line 25:
 $ wget http://pkgs.repoforge.org/fuse-sshfs/fuse-sshfs-2.2-1.el6.rf.x86_64.rpm $ wget http://pkgs.repoforge.org/fuse-sshfs/fuse-sshfs-2.2-1.el6.rf.x86_64.rpm
 $ sudo rpm -i --nosignature fuse-sshfs-2.2-1.el6.rf.x86_64.rpm $ sudo rpm -i --nosignature fuse-sshfs-2.2-1.el6.rf.x86_64.rpm
 +</code>
 +
 +==== Option 2: Install EPEL ====
 +URL to most recent EPEL repo installation package available [[http://mirror01.th.ifl.net/epel/6/i386/repoview/epel-release.html|here]]
 +<code>
 +$ wget http://mirror01.th.ifl.net/epel/6/i386/epel-release-6-7.noarch.rpm
 +$ sudo rpm -i epel-release-6-7.noarch.rpm
 +$ sudo yum install fuse-sshfs
 </code> </code>
  
 ===== Installing x2go server ===== ===== Installing x2go server =====
-You should now be able to install the c2goserver package:+You should now be able to install the x2goserver package:
  
 <code> <code>
-sudo yum install x2goserver+sudo yum install x2goserver
 </code> </code>
  
-Note that currently the server system must be in runlevel 5 to accept connections.+<note warning>Note that currently the server must be in runlevel 5 to accept connections.</note>