diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-28 03:23:04 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-28 03:23:04 -0300 |
commit | 4fd38b1c7635719535ed16a2ed7cf6814ded90f8 (patch) | |
tree | 5a3adb6091fae6f777c4654663018715d04ab789 /pkgs/statusnet/statusnet.install | |
parent | 21c6105c4fdacb617bd6a1cc06222f1de93be47e (diff) |
Diffstat (limited to 'pkgs/statusnet/statusnet.install')
-rw-r--r-- | pkgs/statusnet/statusnet.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/statusnet/statusnet.install b/pkgs/statusnet/statusnet.install index 4269344..15e0264 100644 --- a/pkgs/statusnet/statusnet.install +++ b/pkgs/statusnet/statusnet.install @@ -2,12 +2,12 @@ post_install(){ cat <<EOM StatusNet is now installed on your system. -You should link /usr/share/webapps/statusnet to /srv/http/ +You should link /usr/share/webapps/statusnet to /srv/http/statusnet + +Change statusnet for what you like. 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 } |