[rt-devel] Just getting started

Ruslan Zakirov ruz at bestpractical.com
Tue Feb 21 07:55:30 EST 2012


On Sun, Feb 19, 2012 at 21:37, Paul Tomblin <ptomblin at xcski.com> wrote:
> I am just getting started a project to do some customization of RT, and I'm
> finding the documentation confusing and the book a little bit out of date.
>  I'm wondering if there is a standard way to deliver your customizations
> (dashboards, scrips, saved queries etc) to the production database?  Do you
> just write database scripts, or what?  Do you copy over a database dump
> file?

Use extensions with initialdata files. Extensions can have tests (just
borrow Test.pm file from modern extension) and at least this would
simplify greatly dropping DB and re-inserting your initialdata file
for testing.

> Also, is there any documentation for the REST api other than trying to find
> the appropriate scripts and doing a "perldoc" on them?

Use REST client from CPAN or use rt command line utility to catch
requests and responses.

> --
> http://www.linkedin.com/in/paultomblin
> http://careers.stackoverflow.com/ptomblin
>
>
> --------
> RT Training Sessions (http://bestpractical.com/services/training.html)
> * Boston — March 5 & 6, 2012
>
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>



-- 
Best regards, Ruslan.


More information about the rt-devel mailing list