Răsfoiți Sursa

kamailio-install-guide-git: updates for kamailio series 5.5

Daniel-Constantin Mierla 4 ani în urmă
părinte
comite
809c2292c0
1 a modificat fișierele cu 9 adăugiri și 7 ștergeri
  1. 9 7
      kamailio-install-guide-git/docs/index.md

+ 9 - 7
kamailio-install-guide-git/docs/index.md

@@ -1,6 +1,6 @@
 # Kamailio v5.5 - Install Guide #
 # Kamailio v5.5 - Install Guide #
 
 
-**Guide to install Kamailio SIP Server v5.5 (devel) from Git repository.**
+**Guide to install Kamailio SIP Server v5.5 (stable) from Git repository.**
 
 
 For more about Kamailio Project visit: [kamailio.org](https://www.kamailio.org).
 For more about Kamailio Project visit: [kamailio.org](https://www.kamailio.org).
 
 
@@ -18,7 +18,7 @@ server development version using the sources downloaded from GIT repository -
 the choice for those willing to write code for Kamailio or to try the new
 the choice for those willing to write code for Kamailio or to try the new
 features to be released in the future with the next major stable version.
 features to be released in the future with the next major stable version.
 
 
-*This document focuses on Kamailio devel (at this time it is the upcoming v5.5.0)
+*This document focuses on Kamailio v5.5.x series, installed
 with MySQL/MariaDB support, using a Debian unstable system.*
 with MySQL/MariaDB support, using a Debian unstable system.*
 
 
 
 
@@ -66,9 +66,10 @@ First of all, you have to create a directory on the file system where the source
 will be stored.
 will be stored.
 
 
 
 
+
 ```Shell
 ```Shell
-  mkdir -p /usr/local/src/kamailio-devel
-  cd /usr/local/src/kamailio-devel
+  mkdir -p /usr/local/src/kamailio-5.5
+  cd /usr/local/src/kamailio-5.5
 ```
 ```
 
 
 Download the sources from GIT using the following commands.
 Download the sources from GIT using the following commands.
@@ -76,6 +77,7 @@ Download the sources from GIT using the following commands.
 ```Shell
 ```Shell
   git clone --depth 1 --no-single-branch https://github.com/kamailio/kamailio kamailio
   git clone --depth 1 --no-single-branch https://github.com/kamailio/kamailio kamailio
   cd kamailio
   cd kamailio
+  git checkout -b 5.5 origin/5.5
 ```
 ```
 
 
 _**Note**: if your git client version does not support **--no-single-branch**
 _**Note**: if your git client version does not support **--no-single-branch**
@@ -121,11 +123,11 @@ make include_modules="db_mysql dialplan tls" cfg
 ```
 ```
 
 
 **NOTE**: If you want to install everything in one directory (so you can delete
 **NOTE**: If you want to install everything in one directory (so you can delete
-all installed files at once), say `/usr/local/kamailio-devel`, then set `PREFIX`
+all installed files at once), say `/usr/local/kamailio-5.5`, then set `PREFIX`
 variable to the install path in `make cfg ...` command:
 variable to the install path in `make cfg ...` command:
 
 
 ```Shell
 ```Shell
-make PREFIX="/usr/local/kamailio-devel" include_modules="db_mysql dialplan tls" cfg
+make PREFIX="/usr/local/kamailio-5.5" include_modules="db_mysql dialplan tls" cfg
 ```
 ```
 
 
 More hints about `Makefile` system at:
 More hints about `Makefile` system at:
@@ -415,7 +417,7 @@ the lines:
 
 
 ```Shell
 ```Shell
 Module: kamailio
 Module: kamailio
-Branch: master
+Branch: 5.5
 ```
 ```
 
 
 then an update has been made to Kamailio devel version and it will be available
 then an update has been made to Kamailio devel version and it will be available