User Tools

Site Tools


wiki:obsolete:lenny-complete-edition

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:obsolete:lenny-complete-edition [2010/03/10 20:58]
romy
— (current)
Line 1: Line 1:
-==== Installation ==== 
-=== Adding the needed Debian Repository to your system === 
  
-To get started you'll need to configure your local system to access the official X2go Debian repository. Please keep in mind that this installation manual will guide you through the installation on a Debian Lenny system. The repository will offer you packages for i386, amd64 and powerpc architectures.  
-Commands printed inside the yellow boxes have to be entered in a command line client (please use /bin/bash as operating shell). 
-Before starting to edit your system configuration, you'll need to add the needed GPG keys of the repository. Please switch to an user which has administrator privileges on your system in your preferred command line client:  
- 
-<code> 
-# su 
-</code> 
- 
-The following commands will ensure that your system will be able to work with the repository key: 
- 
-<code> 
-# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys C509840B96F89133 
-# gpg -a --export C509840B96F89133 | apt-key add -  
-</code> 
- 
-Please edit the file /etc/apt/sources.list with your preferred editor (in this example “vi”) and add the X2go repository as a new line: 
- 
-<code> 
-# vi /etc/apt/sources.list 
-</code> 
- 
-Dark blue boxes like the one below will show you the content of text files. In this case the lines which have to be added to “/etc/apt/sources.list”: 
- 
-<file> 
-# X2go Repository 
-deb http://x2go.obviously-nice.de/deb/ lenny main 
-</file> 
- 
-Please perform an update on your debian package database: 
- 
-<code> 
-# apt-get update 
-</code> 
- 
-After the update you should be able to access the x2go packages via the apt command: 
- 
-<code> 
-# apt-cache search x2go 
-</code> 
- 
-Congratulations, you are now able to access the x2go packages. You may continue by installing x2goclient, x2goserver-one or x2goserver. 
- 
-=== Installing X2goserver-ONE (One Node Edition) === 
- 
-X2goserver-ONE is a meta package which will install an x2goserver for a single host. This meta package will take care of configuring your system and you'll be able to use it after very short time. This “One Node Edition” fits perfectly inside virtual machines and on single PC's. An unlimited number of users can access this PC – but you won't be able to use multi server features like “load balancing”.  
- 
-<code> 
-# apt-get install x2goserver-one 
-</code> 
- 
-Depending on the already installed packages, this command will add additional software to your computer. Please make sure that the following packages are installed: SSHFS, FUSE and SQLIGHT3.  
-Congratulations – you are now able to access your PC with the help of a  configured x2goclient. 
- 
-<code> 
-# apt-get install sshfs 
-<code> 
- 
-:!: **Warning!** 
-> If you add further users to your system, please make sure that they are part of the posix group “x2gousers”, so that they are able to log into the X2go system. 
wiki/obsolete/lenny-complete-edition.1268254710.txt.gz · Last modified: 2013/03/08 13:31 (external edit)