Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Wiki Setup ====== To setup a new wiki on our infrastructure: - Login as ''rekonas'' on ''my.rekonas.com'' - Install a new instance of Dokuwiki using the Cloudron Appstore - Make sure to use Cloudron user management for the app (either allow all users or restrict to specific group(s)) ====== Add Admin users ====== Admin users need to be manually defined in Dokuwiki. - As ''rekonas'', open the Cloudron File Manager for the DokuWiki instance - Open the file ''conf/local.php'' - Add a line ''$conf['superuser'] = 'rekonas,<user_name>';'' with all the Cloudron usernames that should have admin rights. ` ====== Install bootstrap3 theme ====== Install our default theme usign the DokuWiki Extension Manager (Search for ''bootstrap3''). Then adjust some settings to make it work with the Cloudron deployment: - As ''rekonas'', open the Cloudron File Manager for the DokuWiki instance - Open the file ''conf/local.php'' - Set the theme ''$conf['template'] = 'bootstrap3';'' - Open the file ''templates/bootstrap3/css.php'' and add the path ''/app/code'' to the ''$doku_inc_dirs'' array. - Do the same with 'templates/bootstrap3/iconify.php' Also have a look at the corresponding Cloudron Forum post: https://forum.cloudron.io/post/110503 ====== Install essential plugins ====== We use the following essential plugins: * https://www.dokuwiki.org/plugin:columns?s[]=columns * https://www.dokuwiki.org/plugin:move?s[]=move itops/wiki_setup.txt Last modified: 2025/07/21 10:30by rekonas