Differences between revisions 10 and 11
Revision 10 as of 2011-05-19 08:42:51
Size: 1253
Editor: heb
Comment:
Revision 11 as of 2011-05-19 08:45:00
Size: 1253
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
  a. Move plugin jars to Wowza lib folder. {{{
mv ~/tmp/chaos_deploy/WowzaSystemDir/lib/*.jar ~/wowza/lib/}}}
  a. Copy plugin jars to Wowza lib folder. {{{
cp ~/tmp/chaos_deploy/WowzaSystemDir/lib/*.jar ~/wowza/lib/}}}
Line 19: Line 19:
mv VHost_<ENV>.xml VHost.xml cp VHost_<ENV>.xml VHost.xml
Line 21: Line 21:
mv Application_<ENV>.xml Application.xml
mv chaos-streaming-server-plugin_<ENV>.properties chaos-streaming-server-plugin.properties
cp Application_<ENV>.xml Application.xml
cp chaos-streaming-server-plugin_<ENV>.properties chaos-streaming-server-plugin.properties
Line 24: Line 24:
  a. Move VHost deploy folder to virtual host location {{{
mv ~/tmp/chaos_deploy/chaosSBVHost ~/services/wowza_vhost_chaos}}}
  a. Copy VHost deploy folder to virtual host location {{{
cp ~/tmp/chaos_deploy/chaosSBVHost ~/services/wowza_vhost_chaos}}}

Installation description - Version 1

This page describes how to deploy the wowza-plugin-package.

  1. Copy package to the machine where Wowza is installed. ~/releases

  2. 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
  3. Update Server:
    1. Update server configuration files:

      cp ~/tmp/chaos_deploy/WowzaSystemDir/conf/VHosts_<ENV>.xml ~/wowza/conf/VHosts.xml
    2. Copy plugin jars to Wowza lib folder.

      cp ~/tmp/chaos_deploy/WowzaSystemDir/lib/*.jar ~/wowza/lib/
  4. Update VHost:
    1. If updating an existing installation, move or remove the wowza_vhost_chaos folder.

      mv ~/services/wowza_vhost_chaos ~/tmp
    2. Rename correct configuration files:

      pushd ~/tmp/chaos_deploy/chaosSBVHost/conf
      cp VHost_<ENV>.xml VHost.xml
      cd chaos
      cp Application_<ENV>.xml Application.xml
      cp chaos-streaming-server-plugin_<ENV>.properties chaos-streaming-server-plugin.properties
      popd
    3. Copy VHost deploy folder to virtual host location

      cp ~/tmp/chaos_deploy/chaosSBVHost ~/services/wowza_vhost_chaos
  5. Configure the plugin. See Wowza plugin configuration description - version 1

Wowza plugin installation description - version 1 (last edited 2011-05-23 08:44:44 by heb)