summaryrefslogtreecommitdiff
path: root/pkgs/statusnet/statusnet.install
blob: 426934404a4b6c0a812dedddf43f3fa4c30e7f5c (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/ 

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

Write permissions of /usr/share/webapps/statusnet has been granted to ensure the
installation process can write the config file.
EOM
}