Quercus: DokuWiki
From Resin 3.0
(Difference between revisions)
(→Step 3: Download DokuWiki) |
|||
(One intermediate revision by one user not shown) | |||
Line 6: | Line 6: | ||
=Steps= | =Steps= | ||
− | |||
− | |||
− | ==Step | + | ==Step 1: Copy web.xml over== |
Copy <code>web.xml</code> into the <code>webapps/ROOT/WEB-INF/</code> directory of your resin home directory. | Copy <code>web.xml</code> into the <code>webapps/ROOT/WEB-INF/</code> directory of your resin home directory. | ||
Line 16: | Line 14: | ||
<web-app xmlns="http://caucho.com/ns/resin"> | <web-app xmlns="http://caucho.com/ns/resin"> | ||
<servlet-mapping url-pattern="*.php" | <servlet-mapping url-pattern="*.php" | ||
− | + | servlet-class="com.caucho.quercus.servlet.QuercusServlet"> | |
− | <init compile="false | + | <init compile="false" /> |
</servlet-mapping> | </servlet-mapping> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</web-app> | </web-app> | ||
</code> | </code> | ||
− | ==Step | + | ==Step 2: Install DokuWiki== |
Download DokuWik into the <code>webapps/ROOT/</code> directory of your resin home directory and follow DokuWik's installation steps. | Download DokuWik into the <code>webapps/ROOT/</code> directory of your resin home directory and follow DokuWik's installation steps. |
Latest revision as of 18:01, 29 August 2006
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.