freebsd-ports/databases/jasperserver/files/pkg-message.in
Jason Helfman 1497f10ee4 - Update to 4.5.0
- Follow upstream support of MySQL 5.5
- Follow upstream dropping support of Java 1.5

Approved by:	crees (mentor)
2012-01-19 21:14:01 +00:00

38 lines
1.4 KiB
Text

==============================================================================
To use this software package, you need to properly configure and enable an
application and database server. These components need to be enabled,
respectively, in /etc/rc.conf.
The %%DATABASE%% schema and default security credentials have been copied to:
- %%JSHOME%%/js-create.ddl
- %%JSHOME%%/quartz.ddl
- %%JSHOME%%/upgrade-%%DATABASE%%-%%JSUPDATE%%-ce.sql
and
- %%JSHOME%%/jasperserverCreateDefaultSecurity-%%DATABASE%%.sql
Take necessary precautions before loading this sql into the %%PORTNAME%% database.
To create the %%JSDB%% database, you may choose to run the following target against
%%SRCDIR%%/%%PORTNAME%%/buildomatic/js-ant
./js-ant create-js-db (Creates the %%JSDB%% database)
If the %%JSDB%% database already exists, you may need to first drop the database:
./js-ant drop-js-db (Drops the %%JSDB%% database)
Alternatively, you may choose to use the following method to create a suitable database:
(mysql) mysql> create database %%JSDB%% character set utf8;
(postgresql) create database %%JSDB%%;
============== W A R N I N G I M P O R T A N T N O T E =================
To upgrade, it is recommended to refer to the Installation Guide found here:
http://jasperforge.org/projects/jasperserver/downloads
============== W A R N I N G I M P O R T A N T N O T E =================
WWW: http://jasperforge.org/projects/jasperserver