====== DokuWiki on SourceForge? ====== It's easy to install on [[https://sourceforge.net|SourceForge]]. Johannes Schaback and others managed to install DokuWiki on SF. Basically, one moves all folders that require write access to ''/home/persistent/y/yo/yourProjectName'' which will be mounted with write access by the webserver ((it seems the pluginmanager will fail because it can't connect to the internet)). A more detailed description what you got to do follows. It is assumed that your project is called //FengGUI// (UNIX name ''fenggui''). You need to replace FengGUI((/f/fe/fenggui/)) with your own project name. - log on to SF via [[https://sourceforge.net/apps/trac/sourceforge/wiki/Shell%20service|SSH]] - change to the ''htdocs'' directory in your project directory $>cd /home/groups/f/fe/fenggui/htdocs - download the latest DokuWiki $>wget http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-2010-11-07a.tgz - extract the DokuWiki tar in ''/home/groups/f/fe/fenggui/htdocs'' $>tar -xzvf dokuwiki-2010-11-07a.tgz - rename the directory ''dokuwiki-2010-11-07a'' to ''dokuwiki'' $>mv dokuwiki-2010-11-07a dokuwiki - move the directory ''/home/groups/f/fe/fenggui/htdocs/dokuwiki/data'' to ''/home/persistent/f/fe/fenggui/'' $>mv /home/groups/f/fe/fenggui/htdocs/dokuwiki/data /home/persistent/f/fe/fenggui/ - move the directory ''/home/groups/f/fe/fenggui/htdocs/dokuwiki/conf'' to ''/home/persistent/f/fe/fenggui/'' $>mv /home/groups/f/fe/fenggui/htdocs/dokuwiki/conf /home/persistent/f/fe/fenggui/ - create symbolic links to the two moved folders such that DokuWiki can access the folders without noticing that they are located in a completely different branch in the file system. Change back to the ''dokuwiki'' directory $>cd /home/groups/f/fe/fenggui/htdocs/dokuwiki. Then create symbolic links to the ''data'' and the ''conf'' directory ln -s /home/persistent/f/fe/fenggui/conf'' and ln -s /home/persistent/f/fe/fenggui/data - make the moved stuff world-writable $>chmod -R 777 /home/persistent/f/fe/fenggui/conf and $>chmod -R 777 /home/persistent/f/fe/fenggui/data This should do the trick. You may want to execute ''install.php'' that comes with the nice feature to check the permissions of all necessary folders. Don't forget to backup the ''data'' and ''conf'' directory constantly. Friends ^_^ We could install the dokuwiki on sourceforge for [[http://pythoncad.sourceforge.net/dokuwiki/doku.php|pythoncad]] much of it we had done as per above instructions. Same for [[http://openlayersmap.sourceforge.net|openlayersmap]]