robert dfd3d80874 update to rt-5.0.0;
move all configuration to /etc/rt from /etc/rt3 because that
is a reference to a really old release and this must be migrated
to the proper path now
2021-01-18 13:52:23 +00:00

23 lines
859 B
Plaintext

$OpenBSD: README,v 1.3 2021/01/18 13:52:23 robert Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
In order to complete your rt installations you will first need to
initialize the database by following these steps.
Edit ${SYSCONFDIR}/rt/RT_SiteConfig.pm and make the appropriate
adjustments for your database environment and then run
# rt-setup-database --dba <yourdbauser> --action init \
--prompt-for-dba-password
Once the database has been initialized you will need to configure
httpd. Instructions for configuring httpd can be found in
${PREFIX}/share/doc/rt/README
If you are upgrading your installation, don't forget to run:
# rt-setup-database --dba <yourdbauser> --prompt-for-dba-password \
--action upgrade