2011-06-14 09:19:33 -04:00
|
|
|
$OpenBSD: README,v 1.1 2011/06/14 13:19:33 ajacoutot Exp $
|
2007-03-19 19:42:20 -04:00
|
|
|
|
2011-06-14 09:19:33 -04:00
|
|
|
+-----------------------------------------------------------------------
|
|
|
|
| Running ${FULLPKGNAME} 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
|
2007-03-19 19:42:20 -04:00
|
|
|
|
|
|
|
# rt-setup-database --dba <yourdbauser> --action init \
|
|
|
|
--prompt-for-dba-password
|
|
|
|
|
2011-06-14 09:19:33 -04:00
|
|
|
Once the database has been initialized you will need to configure
|
|
|
|
httpd. Instructions for configuring httpd can be found in
|
2007-03-19 19:42:20 -04:00
|
|
|
${PREFIX}/share/doc/rt3/README
|
2010-06-10 07:56:06 -04:00
|
|
|
|
|
|
|
If you are upgrading your installation, don't forget to run:
|
|
|
|
# rt-setup-database --dba <yourdbauser> --prompt-for-dba-password \
|
|
|
|
--action upgrade
|