diff options
author | Rick Cogley <rick@cogley.info> | 2016-06-28 18:34:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-28 18:34:38 +0900 |
commit | 56ec5869c98c97869f908c0309d2f9c4b648eda2 (patch) | |
tree | 4e9a5743243043cccb0608ab6a46cba3a2e25722 /docs/turn-howto.rst | |
parent | Update turn-howto.rst to use git clone (diff) | |
download | synapse-56ec5869c98c97869f908c0309d2f9c4b648eda2.tar.xz |
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: Rick Cogley <rick.cogley@esolia.co.jp>
Diffstat (limited to '')
-rw-r--r-- | docs/turn-howto.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/turn-howto.rst b/docs/turn-howto.rst index afddebd53a..04c0100715 100644 --- a/docs/turn-howto.rst +++ b/docs/turn-howto.rst @@ -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. 1. Check out coturn:: + git clone https://github.com/coturn/coturn.git coturn cd coturn 2. Configure it:: + ./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. You can ignore warnings about lack of database support: a database is unnecessary for this purpose. 3. Build and install it:: + make make install @@ -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. 7. Start the turn server:: + bin/turnserver -o |