blob: abf185b5db2f59fe1882b29b32f894138e825434 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2009/02/12 00:26:59 adrianp Exp $
As apache-roller can be used with a number of Servlet containers a
number of manual steps must be completed:
1. Create the database for roller
2. Include the JDBC driver on your CLASSPATH
(The driver is currently installed in ${PREFIX}/lib/java)
3. Modify the roller-custom.properties file and place it on your CLASSPATH
(A sample is suppied in ${PREFIX}/share/examples/apache-roller)
4. Deploy the roller WAR file
(The WAR file can be found in ${PREFIX}/share/apache-roller)
See the Apache roller docs for the full installation details.
===========================================================================
|