NAME
RT-Example-FormTools - Example of a FormTools form
INSTALLATION
This module requires RT::Extension::FormTools to also be installed.
perl Makefile.PL
make
make install
-
May need root permissions
make initdb
-
Only run this the first time you install this module.
If you run this twice, you may end up with duplicate data in your database.
If you are upgrading this module, check for upgrading instructions in case changes need to be made to your database.
- Edit your /opt/rt5/etc/RT_SiteConfig.pm
-
Add this line:
Plugin('RT::Example::FormTools');
- Clear your mason cache
-
rm -rf /opt/rt5/var/mason_data/obj
- Restart your webserver
AUTHOR
Best Practical Solutions, LLC <modules@bestpractical.com>
LICENCE AND COPYRIGHT
This software is Copyright (c) 2011-2014 by Best Practical Solutions
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991