docs: few format fixes/rcstack ref fix

This commit is contained in:
RhodeCode Admin 2025-07-13 18:25:34 +02:00
parent e2b7e72514
commit a62b4e29b0
4 changed files with 7 additions and 8 deletions

View file

@ -154,7 +154,7 @@ To clear the cache completely, you can restart the VCS Server.
you only perform this when there is very little traffic on the instance.
Use the following example to restart your VCS Server,
for full details see the :ref:`RhodeCode rcstack CLI <rcstack:cli/cli-guide>`.
for full details see the :ref:`RhodeCode rcstack CLI <rcstack:usage/cli-usage>`.
.. code-block:: bash
$ ./rcstack stack rhodecode restart vcsserver

View file

@ -7,11 +7,10 @@ If you need to change database connection details for a |RCEE| instance,
use the following steps:
1. Open the :file:`rhodecode.ini` file for the instance you wish to edit. The
default location is
:file:`config/_shared/rhodecode.ini`
2. When you open the file, find the database configuration section,
and use the below example to change the
connection details:
default location is :file:`config/_shared/rhodecode.ini`
2. When you open the file, find the database configuration section, and use the below
example to change the connection details:
.. code-block:: ini

View file

@ -44,8 +44,7 @@ In order to install and configure Celery, follow these steps:
reconfiguration could cause scheduler issues.
3. Configure Celery in the
:file:`config/_shared/rhodecode.ini` file.
3. Configure Celery in the :file:`config/_shared/rhodecode.ini` file.
Set the broker_url as minimal settings required to enable operation.
If used our example data from pt 1a, here is how the broker url should look like::

View file

@ -11,3 +11,4 @@ the information in these sections to configure your instance of |RCE|.
setup-email
configure-celery
migrate-repos
config-database