Documentation

Documentation.Install-Download-1-11 History

Show minor edits - Show changes to markup

March 20, 2014, at 07:54 PM by razvancrainea -
Changed lines 1-2 from:
Documentation -> Manuals -> Manual devel -> Download OpenSIPS

(:title Download OpenSIPS - devel :)

to:
Documentation -> Manuals -> Manual 1.11 -> Download OpenSIPS

(:title Download OpenSIPS - ver 1.11 :)

Changed lines 4-5 from:

(:allVersions Install-Download 1.11:)

to:

(:allVersions Install-Download 1.11 :)

Changed lines 8-9 from:
Download OpenSIPS devel
to:
Download OpenSIPS v1.11
Changed lines 16-17 from:

There are multiple options when it comes to downloading OpenSIPS trunk/devel :

to:

There are multiple options when it comes to downloading OpenSIPS 1.11 :

Changed lines 19-27 from:

SVN download

Although the OpenSIPS project has moved to GIT, you can still download a read-only copy from the SourceForge SVN, which is permanently kept in sync with the GIT repo.

To check out the latest trunk source code directly from the SVN you can run :

   # svn co https://svn.code.sf.net/p/opensips/svn/trunk
to:

Release files from WEB site

Tarballs with sources of the 1.11 release may be downloaded directly from the project web site:

      http://opensips.org/pub/opensips/1.11.0/src/opensips-1.11_src.tar.gz 

Also, we have nightly builds of tar archives, which are extracted from the latest 1.11.x branch. In order to download the nightly build, go to

      http://opensips.org/pub/opensips/1.11.0/src/  

and download the file with the -svn[REV] suffix.

Added lines 32-39:

Tarballs from SourceForge

The same release files we have on the website are also hosted on the SourceForge download area - it is advisable to use it as geographical mirrors are available for a faster download:

      https://sourceforge.net/projects/opensips/files/OpenSIPS/1.11.0/

Changed lines 43-45 from:

GitHUB hosts the main repository for OpenSIPS. In order to checkout the latest version of OpenSIPS trunk you can run :

   # git clone  https://github.com/OpenSIPS/opensips.git opensips_trunk 
to:

GitHUB hosts the main repository for OpenSIPS. In order to checkout the latest version of OpenSIPS 1.11 you can run :

   # git clone -b 1.11 https://github.com/OpenSIPS/opensips.git opensips_1_11 
August 05, 2013, at 03:43 PM by 109.99.235.212 -
Changed line 1 from:
Documentation -> Manuals -> Manual devel -> Download OpenSIPS
to:
Documentation -> Manuals -> Manual devel -> Download OpenSIPS
August 05, 2013, at 03:21 PM by razvancrainea -
Changed line 10 from:
to:
August 05, 2013, at 03:21 PM by razvancrainea -
Changed line 4 from:

Page for other versions: devel 1.9 1.8 old versions: 1.7 1.6 1.5 1.4

to:

(:allVersions Install-Download 1.11:)

August 05, 2013, at 12:18 PM by razvancrainea -
Added lines 1-34:
Documentation -> Manuals -> Manual devel -> Download OpenSIPS

(:title Download OpenSIPS - devel :)


Page for other versions: devel 1.9 1.8 old versions: 1.7 1.6 1.5 1.4


Download OpenSIPS devel
Next

(:toc-float Table of Content:)

There are multiple options when it comes to downloading OpenSIPS trunk/devel :


SVN download

Although the OpenSIPS project has moved to GIT, you can still download a read-only copy from the SourceForge SVN, which is permanently kept in sync with the GIT repo.

To check out the latest trunk source code directly from the SVN you can run :

   # svn co https://svn.code.sf.net/p/opensips/svn/trunk

GIT download

GitHUB hosts the main repository for OpenSIPS. In order to checkout the latest version of OpenSIPS trunk you can run :

   # git clone  https://github.com/OpenSIPS/opensips.git opensips_trunk 

Page last modified on March 20, 2014, at 07:54 PM