[Bps-public-commit] rt-extension-automaticassignment branch, master, updated. cb616a965a5d0261809f14cc23fb5405d7fda7e5
? sunnavy
sunnavy at bestpractical.com
Fri May 31 18:09:35 EDT 2019
The branch, master has been updated
via cb616a965a5d0261809f14cc23fb5405d7fda7e5 (commit)
from 43a15a0ca436d3d9d886b384a8edbc602a1d2614 (commit)
Summary of changes:
README | 9 +++++++++
lib/RT/Extension/AutomaticAssignment.pm | 10 ++++++++++
2 files changed, 19 insertions(+)
- Log -----------------------------------------------------------------
commit cb616a965a5d0261809f14cc23fb5405d7fda7e5
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Jun 1 05:15:49 2019 +0800
Fix the install doc for the missing "make initdb" step
diff --git a/README b/README
index 7d9543c..23bbd7d 100644
--- a/README
+++ b/README
@@ -10,6 +10,15 @@ INSTALLATION
make install
This step may require root permissions.
+ make initdb
+ Only run this the first time you install this module.
+
+ If you run this twice, you may end up with duplicate data in your
+ database.
+
+ If you are upgrading this module, check for upgrading instructions
+ in case changes need to be made to your database.
+
Edit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:
diff --git a/lib/RT/Extension/AutomaticAssignment.pm b/lib/RT/Extension/AutomaticAssignment.pm
index f5319e4..17fd5e2 100644
--- a/lib/RT/Extension/AutomaticAssignment.pm
+++ b/lib/RT/Extension/AutomaticAssignment.pm
@@ -233,6 +233,16 @@ RT-Extension-AutomaticAssignment requires version RT 4.2.0 or later.
This step may require root permissions.
+=item C<make initdb>
+
+Only run this the first time you install this module.
+
+If you run this twice, you may end up with duplicate data
+in your database.
+
+If you are upgrading this module, check for upgrading instructions
+in case changes need to be made to your database.
+
=item Edit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list