Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bestpractical/rt-onlinedocs


https://github.com/bestpractical/rt-onlinedocs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

NAME
RT-OnlineDocs - Provides developer documentation in RT itself

DESCRIPTION
This extension adds a "Developer Documentation" menu to the RT user
interface. This tool provides a browsable user interface to the RT API
documentation for the running RT instance.

INSTALLATION
This extension is works with RT 4.0. You can also find the documentation
for your version at

perl Makefile.PL
make
make install
May need root permissions

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

Set(@Plugins, qw(RT::OnlineDocs));

or add RT::OnlineDocs to your existing @Plugins line.

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

Restart your webserver

AUTHOR
Best Practical Solutions, LLC

Original code by Audrey Tang.

BUGS
All bugs should be reported via email to

L

or via the web at

L.

COPYRIGHT
This software is copyright (c) 1996-2015 by Best Practical Solutions,
LLC.

This is free software, licensed under:

The GNU General Public License, Version 2, June 1991