summaryrefslogtreecommitdiff
path: root/pkgs/statusnet/statusnet.install
blob: 15e026460afc2202583788877e207131f0af9328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install(){
    cat <<EOM
StatusNet is now installed on your system.

You should link /usr/share/webapps/statusnet to /srv/http/statusnet

Change statusnet for what you like.

Start MySQL and your prefered webserver and visit
http://yoursite.tld/statusnet/install.php 

EOM
}