mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 13:19:53 +05:00
Update installation docs for .rpm package & bump version
This commit is contained in:
committed by
Dan Christian Bogos
parent
e7acdfb32e
commit
52f5392ce9
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user