-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
45 lines (29 loc) · 870 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
NAME
RT::Extension::SearchResult
DESCRIPTION
RT VERSION
Works with RT 4.4.3
REQUIREMENTS
INSTALLATION
perl Makefile.PL
make
make install
May need root permissions
Edit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:
Plugin('RT::Extension::SearchResult');
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/obj
Restart your webserver
CONFIGURATION
Check the online documentation at
<https://github.com/NETWAYS/rt-extension-searchresult>.
AUTHOR
NETWAYS GmbH <support@netways.de>
BUGS
All bugs should be reported on GitHub
<https://github.com/NETWAYS/rt-extension-searchresult>.
LICENSE AND COPYRIGHT
This software is Copyright (c) 2018 by NETWAYS GmbH
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991