2 echo "Quick Install Hints:"
3 echo "---------------------"
4 echo "==> Ensure postgresql daemon is started before x2goserver daemon"
5 echo "==> Ensure that fuse module is loaded"
6 echo "==> Edit sudoers with visudo, enable a users group access:"
7 echo " %users ALL=(ALL) NOPASSWD: /usr/bin/x2gopgwrapper"
8 echo "==> Initialize sql database sheme:"
9 echo " cd /usr/lib/x2go"
10 echo " ./x2gocreatebase.sh"
11 echo "==> Restart postgresql and x2goserver daemons"
12 echo "Further doku could be found on the wiki (soon!)"