Differences between revisions 4 and 5
Revision 4 as of 2012-01-13 10:16:23
Size: 1607
Editor: heb
Comment:
Revision 5 as of 2012-01-13 11:43:57
Size: 1626
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
unzip ~/releases/LARM-CHAOS-Wowza-package.zip -d ~/tmp/chaos_deploy}}} unzip ~/releases/chaos-wowza-plugin-release-package-2.0.0rc2.zip -d ~/tmp/chaos_deploy}}}

Installation description - Version 2.0

This page describes how to deploy the wowza-plugin-package. The installation package can be found at wowza@triton:~/releases/chaos-wowza-plugin-release-package-2.0.0rc1.zip

Prerequisites

  1. Java 6
  2. Wowza Streaming Server version 2.2.3
  3. PostgreSQL version 8.4 configured for streaming statistics logging

Installation

These installation steps are required to install the CHAOS Wowza plugin. Replace the placeholders

  1. <ENV> with TEST_TRITON or DEFAULT. That is the machine that resembles the STAGE and PROD setup most.

  2. <VERSION> with 2.0.0rc1

Do:

  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/chaos-wowza-plugin-release-package-2.0.0rc2.zip -d ~/tmp/chaos_deploy
  3. Update Server:
    1. Copy plugin jars to Wowza lib folder.

      cp ~/tmp/chaos_deploy/WowzaSystemDir/lib/*.jar ~/wowza/lib/
  4. Create VHost:
    1. 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
    2. 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 2.0

Log: 2011-05-23:

  1. Updated installation description, step 4.b. Added Default as env.

Wowza plugin installation description - version 2.0 (last edited 2012-01-16 09:36:46 by heb)