15 lines
474 B
Plaintext
15 lines
474 B
Plaintext
|
|
This is a supplement for the RT::Extension::Nagios README file.
|
||
|
|
|
||
|
|
rt-setup-database MUST be run from /usr/share/request-tracker
|
||
|
|
|
||
|
|
Initialization:
|
||
|
|
---------------
|
||
|
|
To be performed in place of 'make initdb' from the README's installation instructions.
|
||
|
|
|
||
|
|
1. Change to /usr/share/request-tracker
|
||
|
|
cd /usr/share/request-tracker
|
||
|
|
|
||
|
|
2. Initialize the database
|
||
|
|
rt-setup-database --action insert --datafile local/plugins/RT-Extension-ReferenceIDoitObjects/etc/initialdata
|
||
|
|
|