Size: 812
Comment:
|
Size: 1447
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
1. If updating an existing installation, move or remove the {{{wowza_vhost_chaos}}} folder.{{{ | 1. Update Server: a. Update server configuration files:{{{ cp ~/tmp/chaos_deploy/WowzaSystemDir/conf/VHosts_<ENV>.xml ~/wowza/conf/VHosts.xml cp ~/tmp/chaos_deploy/WowzaSystemDir/conf/chaos/Application_<ENV>.xml ~/tmp/chaos_deploy/WowzaSystemDir/conf/chaos/Application.xml cp ~/tmp/chaos_deploy/WowzaSystemDir/conf/chaos/chaos-streaming-server-plugin_<ENV>.properties ~/tmp/chaos_deploy/WowzaSystemDir/conf/chaos/chaos-streaming-server-plugin.properties}}} a. Move plugin jars to Wowza lib folder. {{{ mv ~/tmp/chaos_deploy/WowzaSystemDir/lib/*.jar ~/wowza/lib/}}} 1. Update VHost: a. If updating an existing installation, move or remove the {{{wowza_vhost_chaos}}} folder.{{{ |
Line 10: | Line 19: |
1. Move VHost deploy folder to virtual host location {{{ mv ~/tmp/chaos_deploy/chaosVHost ~/services/wowza_vhost_chaos}}} 1. Move plugin jar to Wowza lib folder. {{{ mv ~/tmp/chaos_deploy/WowzaSystemDir/lib/LARM-CHAOS-Wowza-plugin.jar ~/wowza/lib/}}} |
a. Rename correct configuration files: {{{ mv ~/tmp/chaos_deploy/chaosSBVHost/conf/VHost_<ENV>.xml ~/tmp/chaos_deploy/chaosSBVHost/conf/VHost.xml}}} a. Move VHost deploy folder to virtual host location {{{ mv ~/tmp/chaos_deploy/chaosSBVHost ~/services/wowza_vhost_chaos}}} |
Line 15: | Line 24: |
1. Configure the plugin. See [[Wowza plugin configuration description]] | 1. Configure the plugin. See [[Wowza plugin configuration description - version 1]] |
Installation description - Version 1
This page describes how to deploy the wowza-plugin-package.
Copy package to the machine where Wowza is installed. ~/releases
Log on to the server and unzip package to a temporary folder on the server.
unzip ~/releases/LARM-CHAOS-Wowza-package.zip -d ~/tmp/chaos_deploy
- Update Server:
Update server configuration files:
cp ~/tmp/chaos_deploy/WowzaSystemDir/conf/VHosts_<ENV>.xml ~/wowza/conf/VHosts.xml cp ~/tmp/chaos_deploy/WowzaSystemDir/conf/chaos/Application_<ENV>.xml ~/tmp/chaos_deploy/WowzaSystemDir/conf/chaos/Application.xml cp ~/tmp/chaos_deploy/WowzaSystemDir/conf/chaos/chaos-streaming-server-plugin_<ENV>.properties ~/tmp/chaos_deploy/WowzaSystemDir/conf/chaos/chaos-streaming-server-plugin.properties
Move plugin jars to Wowza lib folder.
mv ~/tmp/chaos_deploy/WowzaSystemDir/lib/*.jar ~/wowza/lib/
- Update VHost:
If updating an existing installation, move or remove the wowza_vhost_chaos folder.
mv ~/services/wowza_vhost_chaos ~/tmp
Rename correct configuration files:
mv ~/tmp/chaos_deploy/chaosSBVHost/conf/VHost_<ENV>.xml ~/tmp/chaos_deploy/chaosSBVHost/conf/VHost.xml
Move VHost deploy folder to virtual host location
mv ~/tmp/chaos_deploy/chaosSBVHost ~/services/wowza_vhost_chaos
Configure the plugin. See Wowza plugin configuration description - version 1