Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Install wget

Code Block
themeRDark
sudo yum install wget

4. Install java

Code Block
languagebash
themeRDark
sudo yum install java

5. Install epel-release and haveged

Code Block
languagebash
themeRDark
yum install epel-release
yum install haveged
haveged chkonfig on
haveged

6. Download the installation package of last stable WebCallServer version from this page, for example:

...

Where xxxx is build number of last stable WebCallServer version

76. Install WCS:

Code Block
languagebash
themeRDark
tar -xvzf FlashphonerWebCallServer-5.2.xxxx.tar.gz
cd FlashphonerWebCallServer-5.2.xxxx
sudo ./install.sh

Where FlashphonerWebCallServer-5.2.xxxx.tar.gz is the downloaded on step 6 file name.

...

Code Block
languagebash
themeRDark
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./activation.sh

9. Configure the firewall of the server and NAT (if available):

...

Code Block
languagejs
themeRDark
servicesudo webcallserversystemctl start webcallserver

11. Open the link https://yourserver:8444/ in a browser and confirm the security exception.

...