Skip to content
kub1x edited this page Nov 28, 2014 · 3 revisions

Welcome to the dokuwiki wiki!

Technical info

Directories on server

  • it lives in: /var/www/dokuwiki
  • which is linked from: /var/www/master/dokuwiki
  • it's git repository was once downloaded (using deploy script) into: /var/www/git-projects/dokuwiki
  • subdirectory www contains the dokuwiki data, the rest is for deploy script etc
  • the Galaxy authplaincas plugin lives in: /var/www/dokuwiki/lib/plugins/authplaincas/
  • the file install.php in dokuwiki_root was deleted right after installation was performed

Configuration

  • Galaxy

  • seznam sekci: authplaincas/plaincas.settings.php

  • nastaveni pripojeni do galaxy (nebylo treba menit): authplaincas/conf/default.php

  • soubor dokuwiki_root/conf/local.php !!!

    $conf['superuser'] = '@ISC_CTU_in_Prague.webmaster,
    @ISC_CTU_in_Prague.regularBoardMember'; // <- originally @admin' $conf['authtype'] = 'authplaincas'; // <- originally 'authplain'

  • that's about it

  • ACL - acces controll list

  • it sleeps in conf/acl.auth.php, but it's better edited directly from wiki

Clone this wiki locally