summaryrefslogtreecommitdiff
path: root/devel/RTFM/MESSAGE
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-11-03 23:46:29 +0000
committercube <cube@pkgsrc.org>2004-11-03 23:46:29 +0000
commitef89ace893d912ebf1b213032f8c7a2b93b418bc (patch)
treeca2e1c1a565e01d72b6772aeac6714ea0668b63c /devel/RTFM/MESSAGE
parent82ab7b1525833e1c5e249d5692cb47cacaf115a2 (diff)
downloadpkgsrc-ef89ace893d912ebf1b213032f8c7a2b93b418bc.tar.gz
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.
Diffstat (limited to 'devel/RTFM/MESSAGE')
-rw-r--r--devel/RTFM/MESSAGE16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/RTFM/MESSAGE b/devel/RTFM/MESSAGE
new file mode 100644
index 00000000000..3011e223a4a
--- /dev/null
+++ b/devel/RTFM/MESSAGE
@@ -0,0 +1,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.
+===========================================================================