forked from AssetTracker/rt-extension-assettracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Asset Tracker is an extension for Request Tracker. It integrates asset tracking with your favorite ticketing system.
License
rg1/rt-extension-assettracker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LICENSE The work is released under the GPL PREREQUISITES A working RT 3.8/4 installation. (3.8.1 or greater) WARNING Only mysql and SQLite are tested by the author. Feel free to send me a schema file for other databases supported by RT. Oracle schema provided by Joop van de Wege. Postgres schema provided by Rolf Schaufelberger. INSTALLATION Please make a backup of your RT installation and database! $ RTHOME=/path/to/rt perl Makefile.PL $ make $ make install $ make initdb Add RTx::AssetTracker to your Plugins in etc/RT_SiteConfig.pm and restart your web server. UPGRADE If you have AT 1.2.4 installed under RT, do the following: 1. Make a backup of any AT customizations. 2. AT now uses the RT plugins system. Remove all AT files fom the RT directories. After the "make install" step above put any AT customizations in $RTHOME/local/plugins/RTx-AssetTracker, add 3. Add to RT_SiteConfig: Set(@Plugins,(qw(RTx::AssetTracker))); 4. Type: ls etc/upgrade For each item in that directory whose name is greater than your previously installed AT version, you must run upgrade commands. Each step is described below and may have additional instructions. Read them before running upgrade commands. Commands you should run to upgrade DB using data from etc/upgrade/<version> directory: If the dir has any schema files then run: /opt/rt4/sbin/rt-setup-database --dba <dba> \ --prompt-for-dba-password --action schema \ --datadir etc/upgrade/<version> If the dir has a file named 'content' then run: /opt/rt4/sbin/rt-setup-database --dba <dba> \ --prompt-for-dba-password --action insert \ --datadir etc/upgrade/<version> UPGRADING FROM an AT installed under RT 3.6.* or older If you installed an older version of AT under RT < 3.8 the best strategy is to remove AT files from your installation and install AT as above, but skipping the rt-setup-database commands. Any AT customization will have to be ported to the new version AT, which uses the RT plugins system. Also, most AT configuration option have been renamed, and they are all now in the RT namespace. So, for example the configuration option $RTx::AssetTracker::DefaultSearchResultFormat is now $RT::DefaultAssetSearchResultFormat. TODO: Document converting asset saved searches. MISSING FEATURES * There is no RPC system, yet. AUTHOR Todd Chapman [email protected] PROPS Thanks to Jesse and Best Practical for giving me something to stand on.
About
Asset Tracker is an extension for Request Tracker. It integrates asset tracking with your favorite ticketing system.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Perl 97.5%
- CSS 2.5%