summaryrefslogtreecommitdiff
path: root/pkgs/gnu-social/gnu-social.install
blob: fc9045672012d91ddb43159c1e4440f31caee8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install(){
    cat <<EOM
GNU Social is now installed on your system.

You should link /usr/share/webapps/gnu-social to /srv/http/ 

Start MySQL and your prefered webserver and visit
http://yoursite.tld/gnu-social/install.php 

EOM
}