summaryrefslogtreecommitdiff
path: root/pkgs/statusnet/statusnet.install
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/statusnet/statusnet.install')
-rw-r--r--pkgs/statusnet/statusnet.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/statusnet/statusnet.install b/pkgs/statusnet/statusnet.install
index 4269344..15e0264 100644
--- a/pkgs/statusnet/statusnet.install
+++ b/pkgs/statusnet/statusnet.install
@@ -2,12 +2,12 @@ post_install(){
cat <<EOM
StatusNet is now installed on your system.
-You should link /usr/share/webapps/statusnet to /srv/http/
+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
-Write permissions of /usr/share/webapps/statusnet has been granted to ensure the
-installation process can write the config file.
EOM
}