updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / x2goserver / x2goserver.install
blob67f374be270f9bcc2da7dcad14e4691a128cc9eb
1 post_install() {
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!)"
13     /bin/true
16 post_upgrade() {
17     /bin/true