Finding and installing the prerequisites
(Difference between revisions)
Line 7: | Line 7: | ||
* A servlet container (aka. 'servlet engine') that forms the basis for running opencms | * A servlet container (aka. 'servlet engine') that forms the basis for running opencms | ||
− | === The most well-tested open source components | + | === The most well-tested open source components for running opencms are: === |
* The [http://dev.mysql.com/downloads/mysql/ Mysql], Version 4.0 or higher as database system | * The [http://dev.mysql.com/downloads/mysql/ Mysql], Version 4.0 or higher as database system | ||
* [http://java.sun.com Sun Java 1.5] | * [http://java.sun.com Sun Java 1.5] | ||
* [http://tomcat.apache.org/download-55.cgi Jakarta Tomcat], Version 5.0 or higher as servlet container | * [http://tomcat.apache.org/download-55.cgi Jakarta Tomcat], Version 5.0 or higher as servlet container | ||
+ | |||
+ | * It is also a good idea to install a webserver like [http://httpd.apache.org/download.cgi Apache], for handling all requests that arrive at your website. |
Revision as of 02:24, 1 November 2006
Download Opencms
Of course you need opencms itself.
To run opencms you need
- A database system that is supported by opencms
- Java 1.4 or higher
- A servlet container (aka. 'servlet engine') that forms the basis for running opencms
The most well-tested open source components for running opencms are:
- The Mysql, Version 4.0 or higher as database system
- Sun Java 1.5
- Jakarta Tomcat, Version 5.0 or higher as servlet container
- It is also a good idea to install a webserver like Apache, for handling all requests that arrive at your website.