/rt-extension-subscribe

I wouldn't use this unless your use case is exactly like mine.

Primary LanguagePerl

NAME
    RT-Extension-Subscribe

DESCRIPTION
RT VERSION
    Works with RT 4.4

INSTALLATION
    perl Makefile.PL
    make
    make install
        May need root permissions

    Edit your /opt/rt4/etc/RT_SiteConfig.pm
        Add this line:

            Plugin('RT::Extension::Subscribe');

        1. Create group "Travelers" (Need to be user created) 2. $make
        initdb (Do this once) 3. Install OAuth for Google sign in. 4.
        Install RT::Extension::Announce

    Clear your mason cache
            rm -rf /opt/rt4/var/mason_data/obj

    Restart your webserver

AUTHOR
    Best Practical Solutions, LLC <modules@bestpractical.com>

    All bugs should be reported via email to
        bug-RT-Extension-Subscribe@rt.cpan.org
    or via the web at
        http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-Subscribe
LICENSE AND COPYRIGHT
    This software is Copyright (c) 2019 by craig kaiser

    This is free software, licensed under:

      The GNU General Public License, Version 2, June 1991