Versions Compared

Key

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

...

2. Configure main stand parameters in stand.conf/wcs-stand.conf file

  • docker network
  • list test CDN nodes (or leave the only one if separate server testing is planned)
Warning
Out of the box settings should be used as an example only

3. Configure stand nodes in  stand.conf/node_name folders

  • set WCS download links for every WCS node (different builds can be tested on different nodes)
  • set license number for every WCS
  • set every node IP address
  • set WCS parameters for every server
  • set the folder containing media files for publishing if ffmpeg node is planned to be used
Warning

Out of the box settings should be used as an example only

4. Build docker images

Code Block
languagebash
themeRDark
cd images
chmod +x build.sh
sudo ./build.sh
cd ..

...