---INSTALLATION for Very Quick Wiki V2.7---

**NOTE THAT VQWIKI *DOES NOT* REQUIRE AN EXTERNAL DATABASE - DATABASE SUPPORT IS OPTIONAL**

If you are upgrading from an ealier verions of vqwiki, please read the UPGRADE file.

VQWiki is tested with Tomcat 4.1.24 (http://jakarta.apache.org/tomcat) and Sun JDK 1.4.2
Users have also reported that works with the following:
Tomcat 4.1.x
Orion 1.6
JBoss/Jetty
JBoss/Tomcat 4.x
Resin 2.1.7
Allaire JRun 4.x
BEA WebLogic 7.x
IBM Websphere 5
Oracle 9i Application Server

Theoretically it should work with any J2EE web container that support Servlets 2.3 (i.e.
*not* Tomcat 3.x)

If you do get it working with another container, please let us know:
support@veryquick.org

Deploy VQWiki as you would any WAR file, in the case of Tomcat just put it in the Webapps
directory and start Tomcat up.

With a WAR name of "vqwiki-2.3.0.war", the default local URL for Tomcat will be
http://localhost:8080/vqwiki-2.3.0

If you are upgrading... remember to delete the old caches of the application. In Tomcat,
delete the $TOMCAT_HOME/work directory.
This will ensure there are no problems with cached files being loaded.

If you wish to use MySQL instead of the built in file system, see MYSQL_README. For Oracle
see the ORACLE_README, for PostgreSQL the POSTGRES_README and for using JDBC DataSource
connections and pooling see CONNECTIONPOOL_README and DATASOURCE_README.