diff options
Diffstat (limited to 'pkgs/gnu-social/gnu-social.install')
-rw-r--r-- | pkgs/gnu-social/gnu-social.install | 11 |
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 +} |