Show More
@@ -1,44 +1,44 b'' | |||||
1 | .. _integrations-rcextensions: |
|
1 | .. _integrations-rcextensions: | |
2 |
|
2 | |||
3 |
|
3 | |||
4 | rcextensions integrations |
|
4 | rcextensions integrations | |
5 | ========================= |
|
5 | ========================= | |
6 |
|
6 | |||
7 |
|
7 | |||
8 | Since RhodeCode 4.14 release rcextensions aren't part of rhodecode-tools, and instead |
|
8 | Since RhodeCode 4.14 release rcextensions aren't part of rhodecode-tools, and instead | |
9 | they are shipped with the new or upgraded installations. |
|
9 | they are shipped with the new or upgraded installations. | |
10 |
|
10 | |||
11 | The rcextensions template `rcextensions.tmpl` is created in the `etc/` directory |
|
11 | The rcextensions template `rcextensions.tmpl` is created in the `etc/` directory | |
12 | of enterprise or community installation. It's always re-created and updated on upgrades. |
|
12 | of enterprise or community installation. It's always re-created and updated on upgrades. | |
13 |
|
13 | |||
14 |
|
14 | |||
15 | Activating rcextensions |
|
15 | Activating rcextensions | |
16 | +++++++++++++++++++++++ |
|
16 | +++++++++++++++++++++++ | |
17 |
|
17 | |||
18 | To activate rcextensions simply copy or rename the created template rcextensions |
|
18 | To activate rcextensions simply copy or rename the created template rcextensions | |
19 | into the path where the rhodecode.ini file is located:: |
|
19 | into the path where the rhodecode.ini file is located:: | |
20 |
|
20 | |||
21 | pushd ~/rccontrol/enterprise-1/ |
|
21 | pushd ~/.rccontrol/enterprise-1/ | |
22 | or |
|
22 | or | |
23 | pushd ~/rccontrol/community-1/ |
|
23 | pushd ~/.rccontrol/community-1/ | |
24 |
|
24 | |||
25 | mv etc/rcextensions.tmpl rcextensions |
|
25 | mv profile/etc/rcextensions.tmpl rcextensions | |
26 |
|
26 | |||
27 |
|
27 | |||
28 | rcextensions are loaded when |RCE| starts. So a restart is required after activation or |
|
28 | rcextensions are loaded when |RCE| starts. So a restart is required after activation or | |
29 | change of code in rcextensions. |
|
29 | change of code in rcextensions. | |
30 |
|
30 | |||
31 | Simply restart only the enterprise/community instance:: |
|
31 | Simply restart only the enterprise/community instance:: | |
32 |
|
32 | |||
33 | rccontrol restart enterprise-1 |
|
33 | rccontrol restart enterprise-1 | |
34 | or |
|
34 | or | |
35 | rccontrol restart community-1 |
|
35 | rccontrol restart community-1 | |
36 |
|
36 | |||
37 |
|
37 | |||
38 | Example usage |
|
38 | Example usage | |
39 | +++++++++++++ |
|
39 | +++++++++++++ | |
40 |
|
40 | |||
41 |
|
41 | |||
42 | To see examples of usage please check the examples directory under: |
|
42 | To see examples of usage please check the examples directory under: | |
43 |
|
43 | |||
44 | https://code.rhodecode.com/rhodecode-enterprise-ce/files/stable/rhodecode/config/rcextensions/examples |
|
44 | https://code.rhodecode.com/rhodecode-enterprise-ce/files/stable/rhodecode/config/rcextensions/examples |
General Comments 0
You need to be logged in to leave comments.
Login now