summaryrefslogtreecommitdiff
path: root/devel/RTFM/MESSAGE
blob: 3011e223a4a2b6bbf76f1d5aab353c98cd2f876c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===========================================================================
$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.
===========================================================================