pirofti 3549cce688 Update rt to 4.4.3.
This is a minor update. No database or functional changes.

You can find the release notes here:

  https://docs.bestpractical.com/release-notes/rt/4.4.3

OK robert@ (maintainer)
2018-09-28 09:03:49 +00:00
..
2018-09-28 09:03:49 +00:00
2018-09-04 12:46:09 +00:00

$OpenBSD: README,v 1.2 2018/09/04 12:46:26 espie 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}/rt3/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/rt3/README

If you are upgrading your installation, don't forget to run:
# rt-setup-database --dba <yourdbauser> --prompt-for-dba-password \
	--action upgrade