Quercus: DokuWiki
From CauchoWiki
Contents |
[edit] DokuWiki running on Quercus
This page details the steps required to get Doku-Wiki (2006-03-09b) up and running on Resin 3.1.0 and newer.
[edit] Steps
[edit] Step 1: Copy web.xml over
Copy web.xml into the webapps/ROOT/WEB-INF/ directory of your resin home directory.
[edit] web.xml
<web-app xmlns="http://caucho.com/ns/resin"> <servlet-mapping url-pattern="*.php" servlet-class="com.caucho.quercus.servlet.QuercusServlet"> <init compile="false" /> </servlet-mapping> </web-app>
[edit] Step 2: Install DokuWiki
Download DokuWik into the webapps/ROOT/ directory of your resin home directory and follow DokuWik's installation steps.
