mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
Simplify the installation of CGRateS for Redhat/Fedora/CentOS
This commit is contained in:
committed by
Dan Christian Bogos
parent
f068e6eee3
commit
39e271c6ac
@@ -73,21 +73,18 @@ There are two main ways of installing the maintained packages:
|
||||
++++++++++++++++++++++++++++
|
||||
|
||||
|
||||
Create a file called cgrates.repo in /etc/yum.repos.d/ and add the following lines:
|
||||
To install CGRateS out of YUM execute the following commands
|
||||
|
||||
::
|
||||
|
||||
sudo tee -a /etc/yum.repos.d/cgrates.repo > /dev/null <<EOT
|
||||
[cgrates]
|
||||
name=CGRateS
|
||||
baseurl=http://yum.cgrates.org/yum/v0.10/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://yum.cgrates.org/yum.cgrates.org.gpg.key
|
||||
|
||||
After that run the following commands:
|
||||
|
||||
::
|
||||
|
||||
EOT
|
||||
sudo yum update
|
||||
sudo yum install cgrates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user