Table of Contents

DokuWiki Installation

There are separate upgrade instructions if you have an existing installation.

Installing DokuWiki is very easy - in general it's just a matter of unpacking and setting permissions. You should first try to follow the simple instructions given here, if you encounter problems or the instructions are not detailed enough for you, follow one of the links below.

A screencast of installing DokuWiki is available here. While it shows installation to a shared web hosting provider, it may be useful for other situations.

Detailed Instructions

If you encounter problems following the steps above or need some detailed infos for one of the steps check out these pages:

It Works! What Now?

Here is what you may want to do when everything is up and working:

It Doesn't Work! Troubleshooting

If you've encountered problems installing DokuWiki, and you've carefully checked each of the steps above:

Development Version

If you're attempting to run a development version (which will likely fix some bugs whilst adding new ones) and receive message ”unrecognised or modified dokuwiki.php”, perform the following:

  1. copy the reported hash key, e.g. '1e5c42eac3219d9e21927c39e3240aad'
  2. open install.php and find
    $dokuwiki_hash array
  3. duplicate the final line within the array, e.g.
    '2007-06-26'   => 'b3ca19c7a654823144119980be73cd77',
  4. edit your duplicated line for date and new hash key, e.g.
    '2008-03-17'   => '1e5c42eac3219d9e21927c39e3240aad',
  5. save, upload to server and rerun install.php