For running your own copy of DokuWiki you will need the following three:
Additional plugins or features like the spell checker may have additional requirements.
Tip: To check your installed PHP version along with hundreds of
other settings, create a test.php
file on your server with the
following PHP code in it.
<?php phpinfo(); ?>
Type the file’s URL into a browser to see the results.
Be sure to delete this file after you have finished as it can pose a security risk by exposing a great deal of information about your PHP and server configuration.