Size: 535
Comment:
|
← Revision 16 as of 2011-02-17 08:07:49 ⇥
Size: 907
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
scp LARM-CHAOS-Wowza-package.zip wowza@iapetus:~/temp}}} | scp LARM-CHAOS-Wowza-package.zip wowza@iapetus:~/tmp}}} |
Line 10: | Line 10: |
mkdir ~/temp/chaos/ unzip ~/temp/LARM-CHAOS-Wowza-package.zip -d ~/temp/chaos_deploy}}} |
unzip ~/tmp/LARM-CHAOS-Wowza-package.zip -d ~/tmp/chaos_deploy}}} |
Line 13: | Line 12: |
1. If updating an existing installation, move or remove the {{{wowza_vhost_chaos}}} folder.{{{ mv ~/services/wowza_vhost_chaos ~/tmp}}} 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/}}} |
Installation description
This page describes how to deploy the wowza-plugin-package.
Copy package to the machine where Wowza is installed.
scp LARM-CHAOS-Wowza-package.zip wowza@iapetus:~/tmp
Log on to the server and unzip package to a temporary folder on the server.
ssh wowza@iapetus unzip ~/tmp/LARM-CHAOS-Wowza-package.zip -d ~/tmp/chaos_deploy
Configure the plugin. See Wowza plugin configuration description
If updating an existing installation, move or remove the wowza_vhost_chaos folder.
mv ~/services/wowza_vhost_chaos ~/tmp
Move VHost deploy folder to virtual host location
mv ~/tmp/chaos_deploy/chaosVHost ~/services/wowza_vhost_chaos
Move plugin jar to Wowza lib folder.
mv ~/tmp/chaos_deploy/WowzaSystemDir/lib/LARM-CHAOS-Wowza-plugin.jar ~/wowza/lib/