summaryrefslogtreecommitdiff
path: root/pkgs/statusnet/statusnet.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2010-10-16 20:49:23 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2010-10-16 20:49:23 -0300
commit5422399c4feabb409b146b84f8a7dee12b38b983 (patch)
treeaa71477bf72d97625f8b39cfc4b503035b6dc95b /pkgs/statusnet/statusnet.install
parent85f93c3d1343ffefa1164109a87c1eb40a14eb11 (diff)
Package directory. Here we'll put any PKGBUILD that is not on repos.
Diffstat (limited to 'pkgs/statusnet/statusnet.install')
-rw-r--r--pkgs/statusnet/statusnet.install13
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
+}