- Switch to using package names rather than checking if a file exists for dependencies [1] - Fix directory permissions [1] - Update to 3.8.2 [2] - Add GraphViz OPTION (default on) [2] PR: [1]: ports/130869 [2]: ports/131167 Submitted by: [1]: Angelo Turetta <aturetta@bestunion.it> [2]: Jo Rhett <jrhett@netconsonance.com> [2]: Boris Samorodov <bsam@ipt.ru> Approved by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
29 lines
1.3 KiB
Text
29 lines
1.3 KiB
Text
=====================================================================
|
|
|
|
To complete the installation of this port, please follow these steps:
|
|
|
|
1. Edit %%RT_ETC_PATH%%/RT_SiteConfig.pm, by referring to
|
|
the default config file (%%RT_ETC_PATH%%/RT_Config.pm).
|
|
2. Configure the email and web gateways. Please refer to
|
|
'SETTING UP THE MAIL GATEWAY' in %%DOCSDIR%%/README
|
|
3. Restart Apache.
|
|
4. Do remember to *CHANGE* the root's password for the web interface.
|
|
The default is "password" (without the quotes.)
|
|
5. Configure RT per the instructions at
|
|
http://www.bestpractical.com/rt/docs.html
|
|
|
|
If you're upgrading RT then it worth to read UPGRADING document at this
|
|
moment. Some extension you're using may have been integrated into
|
|
core. It's recommended to use new clean directory when you're
|
|
upgrading to new major release (for example from 3.6.x to 3.8.x).
|
|
|
|
RT does not work with perl taint mode (-T) you must disable it.
|
|
Note, some other ports like devel/bugzilla have you add this to your
|
|
httpd.conf. This isn't actually a flaw of RT, but of a subset of the
|
|
CPAN modules that RT uses.
|
|
|
|
$ sudo perl rt-setup-database --action init --dba dba --dba-password X
|
|
$ sudo perl rt-setup-database --action drop --dba dba --dba-password X
|
|
|
|
See the TODO section at the top of the port's Makefile
|
|
=====================================================================
|