diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-18 00:22:48 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-18 00:22:48 +0000 |
commit | 2209bc25ca1c3962b01c226c45bc295310776091 (patch) | |
tree | 563ca1a0f0e71aa80b50a48f5aeed67df0faa082 /deskutils/horde4-nag/pkg-message | |
parent | 9dbe1ad3ebf885b0cf7179ba3f7312f93047dab3 (diff) |
Notes
Diffstat (limited to 'deskutils/horde4-nag/pkg-message')
-rw-r--r-- | deskutils/horde4-nag/pkg-message | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deskutils/horde4-nag/pkg-message b/deskutils/horde4-nag/pkg-message new file mode 100644 index 000000000000..82fde213db7b --- /dev/null +++ b/deskutils/horde4-nag/pkg-message @@ -0,0 +1,21 @@ +************************************************************************ +Nag has been installed in %%NAGDIR%% with your blank +configuration files. + +Horde and IMP must be configured; if not, see: +- %%PORTSDIR%%/www/horde2/pkg-message +- %%PORTSDIR%%/mail/imp3/pkg-message + +Then, you have to create the table nag_tasks, from the SQL script +%%NAGDIR%%/scripts/drivers/nag_tasks.sql. +For example, if your database is MySQL, you may run +mysql --user=hordemgr --password=yourpass horde < nag_tasks.sql +(If you run another database server, see + %%HORDEDIR%%/scripts/db/README + for more explanations.) + +Finally, you may have to tune the configuration files located in +%%CONFDIR%%/, specially the files conf.php. + +To protect your configuration files, you have to restart Apache. +************************************************************************ |