##// END OF EJS Templates
search: add support for elastic search 6...
search: add support for elastic search 6 - elasticsearch new query lang and searcher - much more advanced query lang - added context aware search in repository groups, repository, commits, files view - optimized quick search bar speed when using full text search - added option to increase hits per file number from query URL using max_lines - search results can be now marked inside a text file using ?mark=HIGHLIGHT_TEXT added to the url

File last commit:

r3314:7ceec5a4 default
r3319:b8fd1d7a default
Show More
integrations-rcextensions.rst
44 lines | 1.2 KiB | text/x-rst | RstLexer
/ docs / integrations / integrations-rcextensions.rst

rcextensions integrations

Since RhodeCode 4.14 release rcextensions aren't part of rhodecode-tools, and instead they are shipped with the new or upgraded installations.

The rcextensions template rcextensions.tmpl is created in the etc/ directory of enterprise or community installation. It's always re-created and updated on upgrades.

Activating rcextensions

To activate rcextensions simply copy or rename the created template rcextensions into the path where the rhodecode.ini file is located:

pushd ~/.rccontrol/enterprise-1/
or
pushd ~/.rccontrol/community-1/

mv profile/etc/rcextensions.tmpl rcextensions

rcextensions are loaded when |RCE| starts. So a restart is required after activation or change of code in rcextensions.

Simply restart only the enterprise/community instance:

rccontrol restart enterprise-1
or
rccontrol restart community-1

Example usage

To see examples of usage please check the examples directory under:

https://code.rhodecode.com/rhodecode-enterprise-ce/files/stable/rhodecode/config/rcextensions/examples