mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
20 lines
613 B
ReStructuredText
20 lines
613 B
ReStructuredText
Software installation
|
|
=====================
|
|
|
|
We have chosen Debian Jessie as operating system, since all the software components we use provide packaging for it.
|
|
|
|
OpenSIPS_
|
|
---------
|
|
|
|
We got OpenSIPS_ installed via following commands:
|
|
::
|
|
|
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 049AD65B
|
|
echo "deb http://apt.opensips.org jessie 2.2-releases" >>/etc/apt/sources.list
|
|
apt-get update
|
|
apt-get install opensips opensips-json-module opensips-restclient-module
|
|
|
|
Once installed we proceed with loading the configuration out of specific tutorial cases bellow.
|
|
|
|
.. _OpenSIPS: http://www.opensips.org/
|