= 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.0rc3.zip}}} == Prerequisites == 1. Java 6 1. Wowza Streaming Server version 2.2.3 1. PostgreSQL version 8.4 configured for streaming statistics logging == Installation == These installation steps are required to install the CHAOS Wowza plugin. 1. Copy package to the machine where Wowza is installed. {{{~/releases}}} 1. Log on to the server and unzip package to a temporary folder on the server. {{{ unzip ~/releases/chaos-wowza-plugin-release-package-2.0.0rc3.zip -d ~/tmp/chaos_deploy}}} 1. Update Server: a. Copy plugin jars to Wowza lib folder. {{{ cp ~/tmp/chaos_deploy/WowzaSystemDir/lib/*.jar ~/wowza/lib/}}} 1. Create VHost - Copy VHost deploy folder to virtual host location {{{ cp ~/tmp/chaos_deploy/chaosSBVHost ~/services/wowza_vhost_chaos}}} 1. Configure the plugin. See [[Wowza plugin configuration description - version 2.0]] Log: 2012-01-16: 1. Updated rc-number 2012-01-13: 1. Created page