From ee6055a743e0df9404d538a90fdd5b4b135105f3 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 1 Sep 2015 18:03:02 +0300 Subject: [PATCH] updated installation command --- docs/installation.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 56d6c0ea3..381d30982 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -30,7 +30,7 @@ After post-install actions are performed, CGRateS will be configured in */etc/cg After the go environment is installed_ (at least go1.2) and configured_ issue the following commands: :: - go get github.com/cgrates/cgrates + go get github.com/cgrates/cgrates/... This command will install the trunk version of CGRateS together with all the necessary dependencies. @@ -44,7 +44,7 @@ This command will install the trunk version of CGRateS together with all the nec Database setup ~~~~~~~~~~~~~~ -For it's operation CGRateS uses more database types, depending on it's nature, install and configuration being further necessary. +For it's operation CGRateS uses more database types, depending on it's nature, install and configuration being further necessary. At present we support the following databases: @@ -62,7 +62,7 @@ Used as StorDb, optimized for CDR archiving and offline Tariff Plan versioning. Once database is installed, CGRateS database needs to be set-up out of provided scripts (example for the paths set-up by debian package) :: - + cd /usr/share/cgrates/storage/mysql/ ./setup_cgr_db.sh root CGRateS.org localhost @@ -72,7 +72,7 @@ Used as StorDb, optimized for CDR archiving and offline Tariff Plan versioning. Once database is installed, CGRateS database needs to be set-up out of provided scripts (example for the paths set-up by debian package) :: - + cd /usr/share/cgrates/storage/postgres/ ./setup_cgr_db.sh @@ -87,4 +87,3 @@ Git The CGR-History component will use Git_ to archive tariff plan changes, hence it's installation is necessary before using CGR-History. .. _Git: http://git-scm.com/ -