summaryrefslogtreecommitdiff
path: root/pcr/statusnet/statusnet.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/statusnet/statusnet.install')
-rw-r--r--pcr/statusnet/statusnet.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/statusnet/statusnet.install b/pcr/statusnet/statusnet.install
new file mode 100644
index 000000000..5ec72e7c2
--- /dev/null
+++ b/pcr/statusnet/statusnet.install
@@ -0,0 +1,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
+}