diff --git a/docs/overview.rst b/docs/overview.rst index 9c1e0b6c2..32cc0c874 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -23,7 +23,7 @@ dedicated benchmark tool, asynchronous request processing, own transactional cache with majority of handled data loaded on start or reloaded during runtime, ) -however not loosing focus of **quality** (over 1300 tests part of the build environment). +however not losing focus of **quality** (over 1300 tests part of the build environment). Modular and flexible, CGRateS provides APIs over a variety of simultaneously accessible communication interfaces: - **In-process** : optimal when there is no need to split services over different processes. diff --git a/docs/tut_asterisk.rst b/docs/tut_asterisk.rst index 4350111eb..176129fbd 100644 --- a/docs/tut_asterisk.rst +++ b/docs/tut_asterisk.rst @@ -1,7 +1,7 @@ Asterisk_ Integration Tutorials =============================== -In these tutorials we exemplify few cases of integration between Asterisk_ and CGRateS_. We start with common steps, installation and postinstall processes then we dive into particular configurations, depending on the case we run. +In these tutorials we exemplify a few cases of integration between Asterisk_ and CGRateS_. We start with common steps, installation and postinstall processes, then we dive into particular configurations, depending on the case we run. .. toctree:: diff --git a/docs/tut_asterisk_installs.rst b/docs/tut_asterisk_installs.rst index 4a07bf302..30cd916f7 100644 --- a/docs/tut_asterisk_installs.rst +++ b/docs/tut_asterisk_installs.rst @@ -1,7 +1,7 @@ Software installation ===================== -As operating system we have choosen Debian stable. +We have chosen Debian Jessie as operating system. Asterisk_ --------- diff --git a/docs/tut_cgrates_installs.rst b/docs/tut_cgrates_installs.rst index ce9766c43..64b6b5942 100644 --- a/docs/tut_cgrates_installs.rst +++ b/docs/tut_cgrates_installs.rst @@ -1,12 +1,12 @@ **CGRateS** Installation ======================== -As operating system we have choosen Debian Wheezy, since all the software components we use provide packaging for it. +We have chosen Debian Jessie as operating system, since all the software components we use provide packaging for it. Prerequisites ------------- -Some components of **CGRateS** (whether enabled or not is up to the administrator) depend on external software like: +Some components of **CGRateS** (whether enabled or not, is up to the administrator) depend on external software like: - Git_ used by **CGRateS** History Server as archiver. - Redis_ to serve as Rating and Accounting DB for **CGRateS**. @@ -18,15 +18,15 @@ We will install them in one shot using the command bellow. apt-get install git redis-server mysql-server -*Note*: For simplicity sake we have used as MySQL_ root password when asked: *CGRateS.org*. +*Note*: We will use this MySQL_ root password when asked: *CGRateS.org*. Installation ------------ -Installation steps are provided within **CGRateS** `install documentation `_. +Installation steps are provided within the **CGRateS** `install documentation `_. -Since this tutorial is for master version of **CGRateS** we will install CGRateS out of temporary .deb packages built out of master code: +Since this tutorial is for master version of **CGRateS**, we will install CGRateS out of temporary .deb packages built out of master code: :: @@ -41,8 +41,8 @@ As described in post-install section, we will need to set up the MySQL_ database ./setup_cgr_db.sh root CGRateS.org localhost -At this point we have **CGRateS** installed but not yet configured. To facilitate the understanding and speed up the process, **CGRateS** comes already with the configurations used in these tutorials, available in the */usr/share/cgrates/tutorials* folder, so we will load them custom on each tutorial case. +At this point we have **CGRateS** installed but not yet configured. To facilitate understanding and speed up the process, **CGRateS** has the configurations used in these tutorials available in the */usr/share/cgrates/tutorials* folder. .. _Redis: http://redis.io/ .. _MySQL: http://www.mysql.org/ -.. _Git: http://git-scm.com/ +.. _Git: http://git-scm.com/ diff --git a/docs/tut_freeswitch.rst b/docs/tut_freeswitch.rst index dc54b7bdd..bcd6242e2 100644 --- a/docs/tut_freeswitch.rst +++ b/docs/tut_freeswitch.rst @@ -1,7 +1,7 @@ FreeSWITCH Integration Tutorials ================================ -In these tutorials we exemplify few cases of integration between FreeSWITCH_ and **CGRateS**. We start with common steps, installation and postinstall processes then we dive into particular configurations. +In these tutorials we exemplify a few cases of integration between FreeSWITCH_ and **CGRateS**. We start with common steps, installation and postinstall processes, then we dive into particular configurations. .. toctree:: diff --git a/docs/tut_freeswitch_installs.rst b/docs/tut_freeswitch_installs.rst index 60d3864a6..4ceca818d 100644 --- a/docs/tut_freeswitch_installs.rst +++ b/docs/tut_freeswitch_installs.rst @@ -7,11 +7,11 @@ As operating system we have chosen Debian Jessie, since all the software compone FreeSWITCH_ ----------- -More information regarding installing FreeSWITCH_ on Debian can be found on it's official `installation wiki `_. +More information regarding the installation of FreeSWITCH_ on Debian can be found on it's official `installation wiki `_. -To get FreeSWITCH_ installed and configured, we have choosen the simplest method, out of *vanilla* packages plus one individual module we need: *mod-json-cdr*. +To get FreeSWITCH_ installed and configured, we have choosen the simplest method, out of *vanilla* packages, plus one individual module we need: *mod-json-cdr*. -We got FreeSWITCH_ installed via following commands: +We will install FreeSWITCH_ via following commands: :: @@ -20,6 +20,6 @@ We got FreeSWITCH_ installed via following commands: apt-get update apt-get install freeswitch-meta-vanilla freeswitch-mod-json-cdr libyuv-dev -Once installed we proceed with loading the configuration out of specific tutorial cases bellow. +Once installed, we will proceed with loading the configuration out of specific tutorial cases bellow. .. _FreeSWITCH: http://www.freeswitch.org/ diff --git a/docs/tut_kamailio.rst b/docs/tut_kamailio.rst index 035305881..4d955f647 100644 --- a/docs/tut_kamailio.rst +++ b/docs/tut_kamailio.rst @@ -1,7 +1,7 @@ Kamailio_ Integration Tutorials =============================== -In these tutorials we exemplify few cases of integration between Kamailio_ and CGRateS_. We start with common steps, installation and postinstall processes then we dive into particular configurations, depending on the case we run. +In these tutorials we exemplify a few cases of integration between Kamailio_ and CGRateS_. We start with common steps, installation and postinstall processes, then we dive into particular configurations, depending on the case we run. .. toctree:: diff --git a/docs/tut_kamailio_installs.rst b/docs/tut_kamailio_installs.rst index a90171137..bbbf41c1e 100644 --- a/docs/tut_kamailio_installs.rst +++ b/docs/tut_kamailio_installs.rst @@ -1,7 +1,7 @@ Software installation ===================== -As operating system we have choosen Debian Jessie, since all the software components we use provide packaging for it. +We have chosen Debian Jessie as operating system, since all the software components we use provide packaging for it. Kamailio_ --------- diff --git a/docs/tut_opensips.rst b/docs/tut_opensips.rst index ad391c255..01db8e291 100644 --- a/docs/tut_opensips.rst +++ b/docs/tut_opensips.rst @@ -1,7 +1,7 @@ OpenSIPS_ Integration Tutorials =============================== -In these tutorials we exemplify few cases of integration between OpenSIPS_ and CGRateS_. We start with common steps, installation and postinstall processes then we dive into particular configurations, depending on the case we run. +In these tutorials we exemplify a few cases of integration between OpenSIPS_ and CGRateS_. We start with common steps, installation and postinstall processes, then we dive into particular configurations, depending on the case we run. .. toctree:: diff --git a/docs/tut_opensips_installs.rst b/docs/tut_opensips_installs.rst index 8892ff2ca..173fff85a 100644 --- a/docs/tut_opensips_installs.rst +++ b/docs/tut_opensips_installs.rst @@ -1,7 +1,7 @@ Software installation ===================== -As operating system we have choosen Debian Jessie, since all the software components we use provide packaging for it. +We have chosen Debian Jessie as operating system, since all the software components we use provide packaging for it. OpenSIPS_ ---------