diff options
Diffstat (limited to 'pkgs/statusnet/statusnet.install')
-rw-r--r-- | pkgs/statusnet/statusnet.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/statusnet/statusnet.install b/pkgs/statusnet/statusnet.install new file mode 100644 index 0000000..4269344 --- /dev/null +++ b/pkgs/statusnet/statusnet.install @@ -0,0 +1,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 +} |