Files
cgrates/docs/tut_opensips_installs.rst
2023-05-10 10:39:53 +02:00

27 lines
901 B
ReStructuredText

Software installation
=====================
We have chosen Debian Buster as operating system, since all the software components we use provide packaging for it.
CGRateS
--------
**CGRateS** can be installed using the instructions found :ref:`here<installation>`.
OpenSIPS_
---------
We got OpenSIPS_ installed via following commands:
::
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 049AD65B
echo "deb https://apt.opensips.org buster 3.3-releases" >/etc/apt/sources.list.d/opensips.list
echo "deb https://apt.opensips.org buster cli-nightly" >/etc/apt/sources.list.d/opensips-cli.list
apt-get update
sudo apt-get install opensips opensips-mysql-module opensips-cgrates-module opensips-cli
After the installation is complete, we will proceed to load the configuration based on the specific tutorial case provided in the subsequent section.
.. _OpenSIPS: https://opensips.org/