Size: 812
Comment:
|
Size: 1948
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
This page describes how to deploy the wowza-plugin-package. | 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-1.0.2rc4.zip}}} == Prerequisites == 1. Java 6 1. Wowza Streaming Server version 2.2.3 1. PostgreSQL version 8.4 == Installation == These installation steps are required to install the CHAOS Wowza plugin. Replace the placeholder <ENV> with TEST_TRITON. That is the machine that resembles the STAGE and PROD setup most. |
Line 8: | Line 16: |
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}}} a. Copy plugin jars to Wowza lib folder. {{{ cp ~/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 25: |
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: {{{ 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}}} a. Copy VHost deploy folder to virtual host location {{{ cp ~/tmp/chaos_deploy/chaosSBVHost ~/services/wowza_vhost_chaos}}} |
Line 15: | Line 35: |
1. Configure the plugin. See [[Wowza plugin configuration description]] | 1. Create db-table for local streaming event logging (password=larm1234) {{{ cd ~/tmp/chaos-wowza-plugin-release-package-<version>/WowzaSystemDir/bin/dbscripts_version_1.0 psql -h localhost -d larm-devel -U larm -W -f 01_create_events_table.postgresql}}} 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. The installation package can be found at wowza@triton:~/releases/chaos-wowza-plugin-release-package-1.0.2rc4.zip
Prerequisites
- Java 6
- Wowza Streaming Server version 2.2.3
- PostgreSQL version 8.4
Installation
These installation steps are required to install the CHAOS Wowza plugin. Replace the placeholder <ENV> with TEST_TRITON. That is the machine that resembles the STAGE and PROD setup most.
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
Copy plugin jars to Wowza lib folder.
cp ~/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:
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
Copy VHost deploy folder to virtual host location
cp ~/tmp/chaos_deploy/chaosSBVHost ~/services/wowza_vhost_chaos
Create db-table for local streaming event logging (password=larm1234)
cd ~/tmp/chaos-wowza-plugin-release-package-<version>/WowzaSystemDir/bin/dbscripts_version_1.0 psql -h localhost -d larm-devel -U larm -W -f 01_create_events_table.postgresql
Configure the plugin. See Wowza plugin configuration description - version 1