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
Post a Comment