DokuWiki: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Undo revision 13648 by 198.50.167.11 (talk))
Line 8: Line 8:


== installation/upgrade ==
== installation/upgrade ==
* data in dokuwiki/data/*
[https://www.dokuwiki.org/install install], [https://www.dokuwiki.org/install:upgrade install:upgrade] or [https://www.dokuwiki.org/manual manual]
** check the $conf['savedir'] in dokuwiki/conf/local.php or dokuwiki.php
* {{kbd | key = chown apache:apache -R ''/path/to/dokuwiki/*''}} to ensure the folder is accessible by web server process.
* configuration files
* {{kbd | key = chmod 775 -R ''folder_name''}} to ensure the folder is writable by web server process. more on [https://www.dokuwiki.org/install:permissions install:permissions]
** in dokuwiki/conf/
* (''optional'') eduwiki/lib/tpl/[http://www.dokuwiki.org/template template files](theme)
** lib/tpl/default/images/favicon.ico
** lib/images/smileys
* (''optional'') language file
** inc/lang/__user_defined__/


== action link (command parameter) ==
== action link (command parameter) ==

Revision as of 18:30, 16 February 2016

Another wiki engine! DokuWiki[1](Weblog, Plugins, Support forum, Issue tracker, Wiki語法, 中文文件) is so easy for installation. The system requirement is PHP only.