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
— (current)
Line 1: Line 1:
-====== Minimal x2gosever install guide for RHEL 6 ====== 
- 
-[[wiki:x2go-repository-redhat|Add the x2go repo]] to your yum configuration. 
- 
- 
-===== Activating Optional Channels for RHEL ===== 
- 
-Check that you have activated the "optional" channel: 
-<code> 
-$ sudo rhn-channel -l 
-</code> 
- 
-If the optional channel for your base channel is not active, activate it. e.g.: 
-<code> 
-$ sudo rhn-channel --add -c rhel-x86_64-server-optional-6 
-</code> 
- 
-===== 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: 
- 
-<code> 
-$ sudo yum install fuse fuse-libs 
-$ 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 
-</code> 
- 
-===== Installing x2go server ===== 
-You should now be able to install the c2goserver package: 
- 
-<code> 
-sudo yum install x2goserver 
-</code> 
- 
-Note that currently the server system must be in runlevel 5 to accept connections. 
  
wiki/x2goserver-install-redhat.1338975647.txt.gz ยท Last modified: 2013/03/08 13:31 (external edit)