Differences between revisions 11 and 12
Revision 11 as of 2011-02-16 14:22:07
Size: 535
Editor: heb
Comment:
Revision 12 as of 2011-02-16 14:22:58
Size: 531
Editor: heb
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}}}
mkdir ~/tmp/chaos/
unzip ~/tmp/LARM-CHAOS-Wowza-package.zip -d ~/tmp/chaos_deploy}}}

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
    mkdir ~/tmp/chaos/
    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)