Am trying to enable 'translation' plugin dokuwiki and few other changes to Dokuwiki Bitnami image. For instance I add a new file to 'lib/tpl/dokuwiki' to Dokuwiki Bitnami image and also overriding a 'lang.php'.
Changes to default original docker-compose.yml
- './conf/lang.php:/bitnami/dokuwiki/lib/tpl/dokuwiki/lang/en/lang.php'
- './conf/sidebarheader.html:/bitnami/dokuwiki/lib/tpl/dokuwiki/sidebarheader.html'
However the changes are not reflected in the container and no errors are generated.. Any suggestion are appreciated.
This is what it worked for us:
Install plugin with extension manager. https://www.dokuwiki.org/plugin:translation
Copy the local.php file to the host machine
conf/sidebarheader.htmlin the host machine:Make sure the sidebar is created. Create it if not. http://<YOUR_SERVER>/doku.php?id=sidebar
Mount files in the docker-compose