summaryrefslogtreecommitdiffstats
path: root/network/x2goserver/README
diff options
context:
space:
mode:
author Elvio Basello2014-09-10 13:13:44 +0200
committer Willy Sudiarto Raharjo2014-09-10 13:13:44 +0200
commit26cddc24972c0da9747d651ae74c86900d2dee44 (patch)
treebd2f3fac0a110c61188593baf6871f5c1d86567d /network/x2goserver/README
parent597ccc0e47df46cfef510fab11fae690022fafa9 (diff)
downloadslackbuilds-26cddc24972c0da9747d651ae74c86900d2dee44.tar.gz
network/x2goserver: Added (X2Go Remote Desktop solution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/x2goserver/README')
-rw-r--r--network/x2goserver/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/network/x2goserver/README b/network/x2goserver/README
new file mode 100644
index 0000000000..fb3ef8d575
--- /dev/null
+++ b/network/x2goserver/README
@@ -0,0 +1,25 @@
+X2Go enables you to access a graphical desktop of a computer over
+a low bandwidth (or high bandwidth) connection.
+X2Go is a Remote Desktop solution, which is not to be confused
+with Microsoft Remote Desktop Connection.
+You can connect from a computer running Linux, Windows or MacOS X.
+Multiple users/clients can access a single X2Go Server at the same
+time, with each user/client having an individual Desktop session
+by default; however, desktop sharing is possible.
+This is the server.
+
+This script requires a 'x2gouser' user/group to exist before running.
+You can create these using:
+groupadd -g 290 x2gouser
+useradd -u 290 -g 290 -c "X2Go Remote Desktop" -M -d /var/lib/x2go -s /bin/false x2gouser
+
+groupadd -g 291 x2goprint
+useradd -u 291 -g 291 -c "X2Go Remote Desktop" -m -d /var/spool/x2goprint -s /bin/false x2goprint
+chown x2goprint:x2goprint x2goprint
+chmod 0770 x2goprint
+
+Before running the server, you have to initialize the internal database:
+x2godbadmin --createdb
+
+If you want to run the server at boot, just run:
+chmod +x /etc/rc.d/rc.x2goserver