From: Todd L. M. <tm...@ha...> - 2001-08-16 22:18:17
|
> I would like to add the wiki functionality for one of my projects: > junithelp. You'll need a MySQL database from SourceForge. (If you don't have one, there should be a link to requesting one on your project's admin page.) You can get sfWiki 3.5 as a tarball, or download it from CVS. For the tarball, 'wget://prdownloads.sf.net/sfwiki/sfWiki-3.5.0.tgz' should get the tarball into the current directory on the shell server. I recommend NOT putting sfWiki in htdocs/, but anywhere else in your project's space should be fine. (That is, 'cd /home/groups/j/ju/junithelp', and then run the wget command above. Follow this with 'tar -z -x -f sfWiki-3.5.0.tgz' to create the 'sfWiki' directory.) Inside sfWiki/, you'll find the INSTALL file. Read it carefully and do _everything_ that it says. If you have a question, it'll probably be worth your while to browse sfWiki's closed support requests, to see if anyone's already asked it. Good luck to you, and thanks for trying sfWiki. -_Quinn |