summaryrefslogtreecommitdiff
path: root/pkgs/gnu-social/gnu-social.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-01-28 03:23:04 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-01-28 03:23:04 -0300
commit4fd38b1c7635719535ed16a2ed7cf6814ded90f8 (patch)
tree5a3adb6091fae6f777c4654663018715d04ab789 /pkgs/gnu-social/gnu-social.install
parent21c6105c4fdacb617bd6a1cc06222f1de93be47e (diff)
updated README and [social] ABS treeHEADmaster
Diffstat (limited to 'pkgs/gnu-social/gnu-social.install')
-rw-r--r--pkgs/gnu-social/gnu-social.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/gnu-social/gnu-social.install b/pkgs/gnu-social/gnu-social.install
new file mode 100644
index 0000000..fc90456
--- /dev/null
+++ b/pkgs/gnu-social/gnu-social.install
@@ -0,0 +1,11 @@
+post_install(){
+ cat <<EOM
+GNU Social is now installed on your system.
+
+You should link /usr/share/webapps/gnu-social to /srv/http/
+
+Start MySQL and your prefered webserver and visit
+http://yoursite.tld/gnu-social/install.php
+
+EOM
+}