diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2004-08-16 19:12:55 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2004-08-16 19:12:55 +0000 |
commit | 19c0a324b1e7264169acad6e3dc717f7a59f62cc (patch) | |
tree | bc10018d8c3539eaead945c4edf87d8d60c7fc93 /www-apps/moinmoin/files | |
parent | added ld.so brk patch, which should fix the upstream bug detailed at http://s... (diff) | |
download | gentoo-2-19c0a324b1e7264169acad6e3dc717f7a59f62cc.tar.gz gentoo-2-19c0a324b1e7264169acad6e3dc717f7a59f62cc.tar.bz2 gentoo-2-19c0a324b1e7264169acad6e3dc717f7a59f62cc.zip |
Version / security bump.
Diffstat (limited to 'www-apps/moinmoin/files')
-rw-r--r-- | www-apps/moinmoin/files/digest-moinmoin-1.2.3 | 1 | ||||
-rw-r--r-- | www-apps/moinmoin/files/postinstall-en.txt | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/www-apps/moinmoin/files/digest-moinmoin-1.2.3 b/www-apps/moinmoin/files/digest-moinmoin-1.2.3 new file mode 100644 index 000000000000..4683a0b4b5c8 --- /dev/null +++ b/www-apps/moinmoin/files/digest-moinmoin-1.2.3 @@ -0,0 +1 @@ +MD5 7604429f54468df23abda22d80bec7d1 moin-1.2.3.tar.gz 1267566 diff --git a/www-apps/moinmoin/files/postinstall-en.txt b/www-apps/moinmoin/files/postinstall-en.txt new file mode 100644 index 000000000000..c459414cd1be --- /dev/null +++ b/www-apps/moinmoin/files/postinstall-en.txt @@ -0,0 +1,16 @@ + +You are almost done! + +1. ExecCGI needs to be enabled in your Moinmoin directory. You con do this by +simply +# echo "Options ExecCGI" > ${MY_INSTALLDIR}/.htaccess + +2. Add the following lines to your Apache configs: +Alias /moinmoin "${MY_INSTALLDIR}" +ScriptAlias /mymoin "${MY_INSTALLDIR}/moin.cgi" + +3. Restart Apache + +4. Go to http://YOURHOST/mymoin + +Enjoy! |