There are separate upgrade instructions if you have an existing installation.
Try these instructions first. If you still need help, follow one of the links below:
A screencast of installing DokuWiki shows installation to a shared web hosting provider, but it may be useful for other situations as well. If you don't have a webhoster yet, check our hosting partners for a pre-installed DokuWiki.
If you are looking to create multiple Wiki's, you can create a DokuWiki farm. This is similar to the idea of multi-sites. Instructions on how to do this manually are provided in the Farm page.
If you encounter problems following the steps above or need some detailed information for one of the steps check out these pages:
Some web hosts have DokuWiki included in their list of installable packages making the install almost automatic.
If your PHP installation has suhosin php extension installed, remember to set suhosin.post.disallow_nul
and suhosin.request.disallow_nul
in php.ini
to 0, otherwise the Edit page and the Plugin page won't work. (For the Edit page it loops back to the Edit page when you save the page, and for the Plugin page the plugin install/update button will not work.)
You can confirm your server PHP configuration by putting a file named test.php
on the server with the following content:
<?php phpinfo(); ?>
and use the web browser to visit the page.
If your dokuwiki is installed on a web hosting that you cannot change server configuration, please ask your web hosting to change the required configuration.
Here is what you may want to do when everything is up and working:
footer.html
inside the dokuwiki/lib/tpl/… folder if your template doesn't use tpl_licence()
introduced with DokuWiki 2009-02-14.
If you've encountered problems installing DokuWiki, and you've carefully checked each of the steps above: