https://github.com/bestpractical/rtx-workflowbuilder
https://github.com/bestpractical/rtx-workflowbuilder
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rtx-workflowbuilder
- Owner: bestpractical
- Created: 2010-01-25T21:23:58.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2011-09-23T22:55:27.000Z (over 14 years ago)
- Last Synced: 2025-02-27T00:42:30.892Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/RTx-WorkflowBuilder
- Size: 105 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
RTx::WorkflowBuilder is a tool for configuring approval workflow in RT.
Best Practical sells support and customization for RT. Feel free to
contact us at sales@bestpractical.com if you have any questions about
our service offerings.
Installation instructions:
--------------------------
1) Install RT 3.8.2 or newer.
2) Once RT appears to be happily installed, cd into the directory
where you unpacked RTx::WorkflowBuilder.
3) perl Makefile.PL
4) make install
Further reading:
-----------------------------------------------------
perldoc bin/rt-workflow - quick overview and configuration
Development
------------------------------------------------------
If you would like to run RTx::WorkflowBuilder's tests, you need to
set a few environment variables
RT_DBA_USER - a user who can create a database on your
RDBMS (such as root on mysql)
RT_DBA_PASSWORD - the password for RT_DBA_USER
PERL5LIB - the path to your RT libraries (/opt/rt3/lib)
RT_DBA_USER=user RT_DBA_PASSWORD=password PERL5LIB=/opt/rt3/lib make test
These are intended to be run before installing RTx::WorkflowBuilder.
Like RT, RTx::WorkflowBuilder expects to be able to create a new
database called rt3test on your system.
Bug reporting and discussion lists:
-----------------------------------------------------
You probably want to discuss RTx::WorkflowBuilder on
rt-users@lists.bestpractical.com. (Send mail to
rt-users-request@lists.fsck.com to subscribe)
Bug reports can be sent to bugs-rtx-workflowbuilder@bestpractical.com.
You can look at open bug reports at
https://rt.cpan.org/Public/Dist/Display.html?Name=RTx-WorkflowBuilder.
Log in as guest/guest to see the content of bug reports.