Differences between revisions 5 and 13 (spanning 8 versions)
Revision 5 as of 2011-02-16 13:48:34
Size: 394
Editor: heb
Comment:
Revision 13 as of 2011-02-16 14:37:31
Size: 511
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Installation description
Line 6: Line 7:
scp LARM-CHAOS-Wowza-package.zip larm@iapetus:~/temp}}} scp LARM-CHAOS-Wowza-package.zip wowza@iapetus:~/tmp}}}
Line 8: Line 9:
ssh larm@iapetus
mkdir ~/temp/chaos/
unzip LARM-CHAOS-Wowza-package.zip -d ~/temp/chaos}}}
ssh wowza@iapetus
unzip ~/tmp/LARM-CHAOS-Wowza-package.zip -d ~/tmp/chaos_deploy}}}
 1. Configure the plugin. See [[Wowza plugin configuration description]]

Installation description

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
  2. 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
  3. Configure the plugin. See Wowza plugin configuration description

Wowza plugin installation description (last edited 2011-02-17 08:07:49 by heb)