This is an old revision of the document!
Wiki Setup
To setup a new wiki on our infrastructure:
- Login as
rekonasonmy.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
- As
rekonas, open the Cloudron File Manager for the DokuWiki instance - Open the file
conf/local.php - Set the theme
$conf['template'] = 'bootstrap3';