DokuWiki with SVN: how and what should be under source control -



DokuWiki with SVN: how and what should be under source control -

i want store documentation under svn source control.

in dokuwiki settings there is

directory saving info '.../apps/dokuwiki/data'

dokuwiki stores info within text files under '.../apps/dokuwiki/data' folder. there many stuffs there including indexes caches etc. seems need 'pages' folder.

how can move 'pages' folder within svn folders , configure docuwiki utilize pages there?

$conf['datadir'] can used in conf/local.php set page directory independently rest of directories in data. want utilize $conf['mediadir] uploaded images , files , maybe $conf['metadir'] saving page metadata.

dokuwiki

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -