pkgsrc/devel/RTFM/MESSAGE
cube ef89ace893 Initial import of RTFM, version 2.0.4, into the NetBSD Packages Collection.
RTFM is an enterprise-grade knowledge management tool that enables an
organization to easily capture and share its employees' knowledge and wisdom.

Just as you use RT (the world's leading open-source ticketing system) to log
tickets and resolve issues, RTFM lets you open, categorize and search for
"articles."  Like RT, RTFM lets your users contribute additional information to
existing articles and makes sure that each article's full history is preserved
for future inspection.  RTFM makes it easy to quickly search the knowledge base
and find critical information.

Key Features:

    * RTFM is built on RT, the leading open-source ticketing system.
    * RTFM uses RT's authentication and authorization systems.
    * RTFM integrates seamlessly with RT.  Companies who are already using RT
      will find it even easier to get RTFM up and running.
2004-11-03 23:46:29 +00:00

16 lines
685 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/11/03 23:46:29 cube Exp $
To initialize the RTFM database, run
${PREFIX}/sbin/rt-setup-database --action schema \
--datadir ${PREFIX}/share/RTFM \
--dba dbaadmin --prompt-for-dba-password
${PREFIX}/sbin/rt-setup-database --action acl \
--datadir ${PREFIX}/share/RTFM \
--dba dbaadmin --prompt-for-dba-password
as a user in the ${RT_GROUP} group or as superuser. In the previous
command-line, 'dbadmin' stands for the database administrator's username,
e.g. 'root' for MySQL.
===========================================================================