Size: 87
Comment:
|
Size: 775
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Installation description | |
Line 3: | Line 4: |
This page describes how to deploy the plugin-package. | This page describes how to deploy the wowza-plugin-package. 1. Copy package to the machine where Wowza is installed. {{{ scp LARM-CHAOS-Wowza-package.zip wowza@iapetus:~/tmp}}} 1. 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}}} 1. Configure the plugin. See [[Wowza plugin configuration description]] 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}}} |
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