From 52f5392ce9acab160f24f9230f98ccbfdf498bdc Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Fri, 16 Jun 2023 12:26:07 -0400 Subject: [PATCH] Update installation docs for .rpm package & bump version --- docs/conf.py | 4 ++-- docs/installation.rst | 19 +++++++++++++++---- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f45e6b786..cf16e0cd4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2012-2023, ITsysCOM GmbH' # built documents. # # The short X.Y version. -version = '0.10.0' +version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.10.0' +release = '0.10.3-rc1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/installation.rst b/docs/installation.rst index cdd0d0c64..637082ba7 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -57,11 +57,22 @@ Redhat-based Distributions For .rpm distros, we are using copr to manage the CGRateS packages: -.. code-block:: bash +- If using a version of Linux with dnf: - sudo dnf install -y dnf-plugins-core - sudo dnf copr -y enable cgrates/v0.10 - sudo dnf install -y cgrates + .. code-block:: bash + + # sudo yum install -y dnf-plugins-core on RHEL 8 or CentOS Stream + sudo dnf install -y dnf-plugins-core + sudo dnf copr -y enable cgrates/v0.10 + sudo dnf install -y cgrates + +- For older distributions: + + .. code-block:: bash + + sudo yum install -y yum-plugin-copr + sudo yum copr -y enable cgrates/v0.10 + sudo yum install -y cgrates To install a specific version of the package, run: