Update installation docs for .rpm package & bump version

This commit is contained in:
ionutboangiu
2023-06-16 12:26:07 -04:00
committed by Dan Christian Bogos
parent e7acdfb32e
commit 52f5392ce9
2 changed files with 17 additions and 6 deletions

View File

@@ -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.

View File

@@ -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: