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

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
}