This is all written out basically from memory. — Brian Wiese 2005/07/19 22:53
tar xvfz dokuwiki* mv dokuwiki* wiki cd wiki touch data/changes.log chmod -R g+w data/ chown -R www-data data/ vim .htaccess (note: //uncomment all the Rewrite Rules//) http://hostname/doku.php?do=check
cd conf cp acl.auth.php.dist acl.auth.php cp users.auth.php.dist users.auth.php cp dokuwiki.php local.conf chgrp www-data acl.auth.php users.auth.php chmod g+w acl.auth.php users.auth.php
$conf['title'] = 'bw.net notes'; $conf['mailguard'] = 'visible'; $conf['useacl'] = 1; $conf['openregister']= 1; $conf['autopasswd'] = 0; $conf['passcrypt'] = 'md5'; $conf['superuser'] = 'bw'; $conf['userewrite'] = 1;