[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-177-gfd77856
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:17:40 CET 2013
The branch, build-main has been updated
via fd778562a808b62e54f4e808d55b7f0202b2c9fc (commit)
from 366ef9d7526fd4739bbd368bc964f9acfb504e7d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 deletions(-)
The diff of changes is:
diff --git a/INSTALL b/INSTALL
index bcfde84..63ec60f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -28,15 +28,10 @@ Configure ownership, permissions and setuid user bit of x2gosqlitewrapper:
run, leaving this here for documentation only.
$ chown root:x2gouser /usr/lib/x2go/x2gosqlitewrapper
- $ chmod 2755 /usr/bin/x2gosqlitewrapper
-
-4.) DATABASE SETUP (SQLite only)
---------------------------------
-
- $ x2godbadmin --createdb
+ $ chmod 2755 /usr/lib/x2go/x2gosqlitewrapper
-5.) INIT SCRIPT
+4.) INIT SCRIPT
---------------
Create a simple init script that starts $PREFIX/sbin/x2gocleansessions on system start
(runlevel 2-3-4-5).
@@ -45,16 +40,26 @@ Alternatively, you can add a single line to /etc/rc.local:
/usr/local/sbin/x2gocleansessions &
+4.) DATABASE SETUP (SQLite only)
+--------------------------------
+
+ $ x2godbadmin --createdb
+
+
+4a.) DEFAULT: SQLite setup
+--------------------------
+This variant is the default X2go database setup. The X2go database keeps track of
+running/suspended/finished X2go sessions, mounted devices, etc. If you use SQLite
+as DB backend, X2go will run on one single server.
-6.) OPTIONAL: PostgreSQL setup
-------------------------------
-This last step is optional and is only needed for a setup of x2goserver
-with PostgreSQL as database backend...
+For multi-X2goServer support use the PostgreSQL setup variant of X2go server. All files
+should be present for this setup. If not, please report it as a bug.
-When using PostgreSQL the following steps are necessary:
- $ chmod 0750 /etc/x2go/x2gosql/passwords
- $ touch /etc/x2go/x2gosql/passwords/pgadmin
- $ chmod 0640 /etc/x2go/x2gosql/passwords/pgadmin
+4b.) ALTERNATIVE: PostgreSQL setup
+----------------------------------
+This variant is for a setup of x2goserver that uses a PostgreSQL database backend...
+The exact installation of x2goserver with PostgreSQL support is described here:
+http://wiki.x2go.org/adding_x2go_server_postgresql_support
hooks/post-receive
--
x2goserver.git (X2Go Server)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).
More information about the x2go-commits
mailing list