Skip to content
Snippets Groups Projects
Commit 56ec5869 authored by Rick Cogley's avatar Rick Cogley Committed by GitHub
Browse files

Update turn-howto.rst to use git clone (2)


Not logical to use svn checkout against a github repo, so changed to git clone. 

Signed-off-by: default avatarRick Cogley <rick.cogley@esolia.co.jp>
parent 1ea358b2
No related branches found
No related tags found
No related merge requests found
...@@ -19,18 +19,21 @@ coturn Setup ...@@ -19,18 +19,21 @@ coturn Setup
You may be able to setup coturn via your package manager, or set it up manually using the usual ``configure, make, make install`` process. You may be able to setup coturn via your package manager, or set it up manually using the usual ``configure, make, make install`` process.
1. Check out coturn:: 1. Check out coturn::
git clone https://github.com/coturn/coturn.git coturn git clone https://github.com/coturn/coturn.git coturn
cd coturn cd coturn
2. Configure it:: 2. Configure it::
./configure ./configure
You may need to install libevent2: if so, you should do so You may need to install ``libevent2``: if so, you should do so
in the way recommended by your operating system. in the way recommended by your operating system.
You can ignore warnings about lack of database support: a You can ignore warnings about lack of database support: a
database is unnecessary for this purpose. database is unnecessary for this purpose.
3. Build and install it:: 3. Build and install it::
make make
make install make install
...@@ -55,6 +58,7 @@ You may be able to setup coturn via your package manager, or set it up manually ...@@ -55,6 +58,7 @@ You may be able to setup coturn via your package manager, or set it up manually
import your private key and certificate. import your private key and certificate.
7. Start the turn server:: 7. Start the turn server::
bin/turnserver -o bin/turnserver -o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment