Quercus: DokuWiki
From Resin 3.0
Contents |
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.
Steps
Step 1: Copy web.xml over
Copy web.xml
into the webapps/ROOT/WEB-INF/
directory of your resin home directory.
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>
Step 2: Install DokuWiki
Download DokuWik into the webapps/ROOT/
directory of your resin home directory and follow DokuWik's installation steps.