Translations of this page?:

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.

  • Step 3: Unpack the distribution tarball and upload/copy the files to your webspace.
  • Step 4: Open the install.php in your browser and follow the instructions. (For additional information, see the installer page.)
  • Step 5: Enjoy your DokuWiki install and browse through the manual to discover what you can do with it

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
 
wiki/install.txt · Last modified: 2008/05/02 20:04 by grahack
 
Imprint Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsTranslate