Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-training-examples
Examples from training
https://github.com/bestpractical/rt-training-examples
Last synced: 9 days ago
JSON representation
Examples from training
- Host: GitHub
- URL: https://github.com/bestpractical/rt-training-examples
- Owner: bestpractical
- Created: 2020-11-18T13:31:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T21:40:33.000Z (about 3 years ago)
- Last Synced: 2024-11-11T14:50:12.751Z (2 months ago)
- Language: Perl
- Size: 44.9 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RT-Training-Examples - Examples from trainingDESCRIPTION
Provides examples of how to do various things in RT via an extension.RT VERSION
Works with RT 5.0INSTALLATION
perl Makefile.PL
make
make install
May need root permissionsEdit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:Plugin('RT::Training::Examples');
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/objRestart your webserver
AUTHOR
Best Practical Solutions, LLCAll bugs should be reported via email to
[email protected]
or via the web at
http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Training-Examples
LICENSE AND COPYRIGHT
This software is Copyright (c) 2020 by Best Practical Solutions, LLCThis is free software, licensed under:
The GNU General Public License, Version 2, June 1991