Files
william belcher d342c47181 Update Linux to use NodeJS v17 as v10 is outdated and has reached end of life
#jira none
#rb luke.bermingham
#preflight trivial
[FYI] mattias.jansson

#ROBOMERGE-AUTHOR: william.belcher
#ROBOMERGE-SOURCE: CL 18767887 in //UE5/Release-5.0/... via CL 18767888 via CL 18768130
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)

[CL 18768143 by william belcher in ue5-main branch]
2022-01-27 23:15:37 -05:00
..

How to use files in this directory:
- Make sure that all of your dependencies are installed.  Use ./setup.sh what will install whatever is missing as long as you are on a supported operating system.  Please note that setup.sh is called from every script designed to run

- Run a local instance of the Cirrus server by using the ./run_local.sh script

- Use the following scripts to run locally or in your cloud instance:
 - Start_SignallingServer.sh  - Start only the Signalling (STUN) server
 - Start_TURNServer.sh - Start only the TURN server
 - Start_WithTURN_SignallingServer.sh - Start a TURN server and the Cirrus server together
- The Start_Common.sh file contains shared functions for other Start_.sh scripts and it is not supposed to run alone

- Please note that scripts intended to run need to be executable:  $ chmod +x *.sh  will do that job.
- The local/cloud Start_*.sh shell scripts can be invoked with the  --help  command line option to see how those can be configured.  The following options can be supplied: --publicip, --turn, --stun.  Please read the --help