mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
21 lines
614 B
ReStructuredText
21 lines
614 B
ReStructuredText
Software installation
|
|
=====================
|
|
|
|
As operating system we have choosen Debian Wheezy, since all the software components we use provide packaging for it.
|
|
|
|
OpenSIPS_
|
|
---------
|
|
|
|
We got OpenSIPS_ installed via following commands:
|
|
::
|
|
|
|
wget http://apt.opensips.org/key.asc
|
|
apt-key add key.asc
|
|
cd /etc/apt/sources.list.d/
|
|
wget http://apt.itsyscom.com/conf/opensips.wheezy.apt.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/ |