pkgsrc/devel/RTFM/MESSAGE

17 lines
685 B
Text
Raw Normal View History

===========================================================================
$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.
===========================================================================