summaryrefslogtreecommitdiff
path: root/social/statusnet/statusnet.install
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-02-14 17:21:27 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-02-14 17:21:27 -0300
commit568929c75b5a62756a0b984709e7db8795c6bcdf (patch)
tree076a408a7442a9a08c2b19f4d3eca196bd9f1a9a /social/statusnet/statusnet.install
parent4253d9d631fb5aec2e5621169816601a727ca38f (diff)
downloadabslibre-568929c75b5a62756a0b984709e7db8795c6bcdf.tar.gz
abslibre-568929c75b5a62756a0b984709e7db8795c6bcdf.tar.bz2
abslibre-568929c75b5a62756a0b984709e7db8795c6bcdf.zip
[social] repo
Diffstat (limited to 'social/statusnet/statusnet.install')
-rw-r--r--social/statusnet/statusnet.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/social/statusnet/statusnet.install b/social/statusnet/statusnet.install
new file mode 100644
index 000000000..426934404
--- /dev/null
+++ b/social/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
+}