##// END OF EJS Templates
docs(misc): various docs improvements
super-admin -
Show More
@@ -68,7 +68,10 b" rst_epilog = '''"
68 .. |git| replace:: Git
68 .. |git| replace:: Git
69 .. |hg| replace:: Mercurial
69 .. |hg| replace:: Mercurial
70 .. |svn| replace:: Subversion
70 .. |svn| replace:: Subversion
71
71 .. |repo| replace:: repository
72 .. |repos| replace:: repositories
73 .. |authtoken| replace:: Authentication Token
74 .. |authtokens| replace:: **Auth Tokens**
72 .. |RCC| replace:: RhodeCode Control
75 .. |RCC| replace:: RhodeCode Control
73 .. |RCE| replace:: RhodeCode Enterprise
76 .. |RCE| replace:: RhodeCode Enterprise
74 .. |RCCE| replace:: RhodeCode Community
77 .. |RCCE| replace:: RhodeCode Community
@@ -148,14 +148,13 b' There are two requirements for OS to be able to run whole rcstack.'
148 configuration/set-license-file.rst
148 configuration/set-license-file.rst
149 configuration/set-specific-install-version.rst
149 configuration/set-specific-install-version.rst
150
150
151
152 .. toctree::
151 .. toctree::
153 :maxdepth: 1
152 :maxdepth: 1
154 :hidden:
153 :hidden:
155 :caption: Usage
154 :caption: Usage
156
155
157 usage/monitoring-unhealthy-containers.rst
156 usage/monitoring-unhealthy-containers.rst
158
157 usage/full-text-search-setup.rst
159
158
160 .. toctree::
159 .. toctree::
161 :maxdepth: 1
160 :maxdepth: 1
@@ -11,6 +11,23 b" It's usually recommended to start with updating the installer itself by running:"
11 ./rcstack self-update
11 ./rcstack self-update
12
12
13
13
14 .. note::
15
16 It's possible to change the update channel, or update to only specific versions. This can be done by providing
17 extra flags to self-update
18
19 .. code-block:: bash
20
21 # upgrade to master branch release line
22 ./rcstack self-update --force --cli-revision master --docker-revision master
23
24 # upgrade to a specific version corresponding to a git tag
25 ./rcstack self-update --force --cli-revision v5.3.0 --docker-revision v5.3.0
26
27
28 Upgrade of services
29 ===================
30
14 Then upgrade each stack based on instructions provided from the help output:
31 Then upgrade each stack based on instructions provided from the help output:
15
32
16 .. code-block:: bash
33 .. code-block:: bash
@@ -68,8 +85,8 b' which might result in killed ongoing connections'
68
85
69
86
70
87
71 Install specific version
88 Install specific version of RhodeCode
72 ++++++++++++++++++++++++
89 +++++++++++++++++++++++++++++++++++++
73
90
74
91
75 In order to run a specific version of RhodeCode stack simply follow this:
92 In order to run a specific version of RhodeCode stack simply follow this:
@@ -293,6 +293,15 b' be also adjusted in the UI'
293 Session().add(ui3);Session().commit()
293 Session().add(ui3);Session().commit()
294
294
295
295
296 11. Run full remap & rescan
297 +++++++++++++++++++++++++++
298
299 From RhodeCode web-interface, the last step is to run a full remap & rescan action.
300
301 1. From the RhodeCode Web interface, open
302 :menuselection:`Admin --> Settings --> Remap and rescan`
303 2. Select :guilabel:`Invalidate cache for all repositories` to ensure we cleanup old caches from previous installs
304 3. Click :guilabel:`Rescan Repositories` action
296
305
297
306
298 SSL Certificates
307 SSL Certificates
General Comments 0
You need to be logged in to leave comments. Login now