====== DokuWiki ====== http://www.leo-stitch.com/dokuwiki/doku.php?do=check ===== Installation ===== Toute la doc se trouve ici: [[http://wiki.splitbrain.org/wiki:dokuwiki]] vous pouvez downloader la derniere version stable sur ce site. Il faut: - La mettre sur le nas (exemple avec la version dokuwiki-2008-05-05.tgz) - Se connecter en telnet sur le nas (root)et tapez les commandes: gunzip -c dokuwiki-2008-05-05.tgz |tar -xvf - puis mv dokuwiki-2008-05-05 dokuwiki et enfin chmod -R a+w dokuwiki - Tapez dans un browser avec votre url: [[http://www.leo-stitch.com/dokuwiki/install.php]] - Si vous avez des problemes de droits comme moi, modifiez le fichier dokuwiki/inc/init.php function init_path($path) { // check existance // $p = fullpath($path); // if(!@file_exists($p)) { // $p = fullpath(DOKU_INC.$path); $test=DOKU_INC; print("the DOKU_INC=$test
"); $p = DOKU_INC.$path; print("p2=$p
"); if(!@file_exists($p)) { return ''; } }
Ne plus utilisez fullpath si vous avez des liens! ===== Trucs & Astuces ===== security test:\\ Ne doit pas etre accessible:\\ http://www.leo-stitch.com/dokuwiki/data/pages/wiki/dokuwiki.txt\\ \\ Si c'est le cas:\\ Ajouter dans apache httpd.conf apres # Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Ajouter: Order allow,deny Deny from all Satisfy All When upgrading your installation, it might happen that DokuWiki continues to show the update message, even though the number in doku.php was increased by the upgrade. This is because DokuWiki caches already fetched messages for a day and will only refetch if the last modified timestamp of doku.php is higher than the one of the cache file. To stop the outdated update message from showing you can simply wait a day, touch1) the doku.php or delete the data/cache/messages.txt cache file.