Size: 227
Comment:
|
Size: 351
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
1. Copy package to the machine where Wowza is installed. 1. Unzip package to a temporary folder on the server. Eg. ~/tmp/chaos/ |
1. Copy package to the machine where Wowza is installed. {{{ scp LARM-CHAOS-Wowza-package.zip larm@iapetus:~/temp}}} 1. Unzip package to a temporary folder on the server. {{{ mkdir ~/temp/chaos/ unzip LARM-CHAOS-Wowza-package.zip -d ~/temp/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 larm@iapetus:~/temp
Unzip package to a temporary folder on the server.
mkdir ~/temp/chaos/ unzip LARM-CHAOS-Wowza-package.zip -d ~/temp/chaos