aboutsummaryrefslogtreecommitdiff
path: root/databases/jasperserver/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/jasperserver/files/pkg-message.in')
-rw-r--r--databases/jasperserver/files/pkg-message.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/jasperserver/files/pkg-message.in b/databases/jasperserver/files/pkg-message.in
new file mode 100644
index 000000000000..9da03cdeb49b
--- /dev/null
+++ b/databases/jasperserver/files/pkg-message.in
@@ -0,0 +1,23 @@
+
+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%%/jasperserverCreate-%%DATABASE%%.ddl
+and
+%%JSHOME%%/jasperserverCreateDefaultSecurity-%%DATABASE%%.sql
+
+Take necessary precautions before loading this sql into the %%PORTNAME%% database.
+
+To create the %%PORTNAME%% database, you may choose to run the following target against
+%%PORTSDIR%%/databases/%%PORTNAME%%-%%PORTVERSION%%-src/%%PORTNAME%%/buildomatic/js-ant
+
+./js-ant create-js-db (Creates the %%PORTNAME%% database)
+
+If the %%PORTNAME%% database already exists, you may need to first drop the database:
+./js-ant drop-js-db (Drops the %%PORTNAME%% database)
+
+Alternatively, you may choose to use the following method to create a suitable database:
+ (mysql) mysql> create database jasperserver character set utf8;
+