Documentation

Documentation.Install-Download-3-2 History

Show minor edits - Show changes to markup

May 18, 2022, at 04:21 PM by liviu -
Changed lines 26-28 from:

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

   # git clone --recurse-submodules https://github.com/OpenSIPS/opensips.git -b 3.2 opensips-3.2
to:

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

   git clone --recurse-submodules https://github.com/OpenSIPS/opensips.git -b 3.2 opensips-3.2
May 18, 2022, at 04:20 PM by liviu -
Changed lines 15-17 from:

OpenSIPS 3.2 is the future OpenSIPS Major release. Currently it can only be checked out from the master branch of the official git repository.

to:

OpenSIPS 3.2 LTS is a stable release, appropriate for production use.

June 04, 2021, at 11:35 AM by razvancrainea -
Changed lines 30-38 from:
   # git clone https://github.com/OpenSIPS/opensips.git -b 3.2 opensips-3.2

Switch to the checked out directory:

   # cd opensips-3.2 

Download all git submodules:

   # git submodule init && git submodule update 
to:
   # git clone --recurse-submodules https://github.com/OpenSIPS/opensips.git -b 3.2 opensips-3.2
June 04, 2021, at 10:31 AM by razvancrainea -
Changed lines 30-38 from:
   # git clone https://github.com/OpenSIPS/opensips.git opensips-devel
to:
   # git clone https://github.com/OpenSIPS/opensips.git -b 3.2 opensips-3.2

Switch to the checked out directory:

   # cd opensips-3.2 

Download all git submodules:

   # git submodule init && git submodule update 
May 27, 2020, at 12:44 PM by liviu -
Changed line 30 from:
   # git clone https://github.com/OpenSIPS/opensips.git opensips_devel
to:
   # git clone https://github.com/OpenSIPS/opensips.git opensips-devel
November 11, 2019, at 10:46 AM by razvancrainea -
Added lines 20-24:

Packages download - preferred method

OpenSIPS packages for various distributions are available for download in our repository.

April 25, 2017, at 04:49 PM by razvancrainea -
Changed lines 16-18 from:

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

to:

OpenSIPS 3.2 is the future OpenSIPS Major release. Currently it can only be checked out from the master branch of the official git repository.

Changed lines 23-25 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 -b 3.2
to:

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

   # git clone https://github.com/OpenSIPS/opensips.git opensips_devel
April 25, 2017, at 04:37 PM by razvancrainea -
Changed line 1 from:
Documentation -> Manuals -> Manual 3.2 -> Download OpenSIPS
to:
Documentation -> Manuals -> Manual 3.2 -> Download OpenSIPS
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 3.2:

Deleted lines 19-28:

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

Changed line 25 from:
   # git clone  https://github.com/OpenSIPS/opensips.git opensips_trunk
to:
   # git clone  https://github.com/OpenSIPS/opensips.git -b 3.2
June 02, 2015, at 05:36 PM by liviu -
Changed line 34 from:
   # git clone  https://github.com/OpenSIPS/opensips.git opensips_trunk 
to:
   # git clone  https://github.com/OpenSIPS/opensips.git opensips_trunk
March 20, 2014, at 07:54 PM by razvancrainea -
Changed line 1 from:
Documentation -> Manuals -> Manual 3.2 -> Download OpenSIPS
to:
Documentation -> Manuals -> Manual 3.2 -> Download OpenSIPS
Changed line 10 from:
to:
March 20, 2014, at 07:49 PM by razvancrainea -
Added lines 1-34:
Documentation -> Manuals -> Manual 3.2 -> Download OpenSIPS

(:title Download OpenSIPS - 3.2:)


(:allVersions Install-Download 3.2:)


Download OpenSIPS v3.2
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 May 18, 2022, at 04:21 PM