Differences between revisions 14 and 15
Revision 14 as of 2011-02-17 08:02:15
Size: 730
Editor: heb
Comment:
Revision 15 as of 2011-02-17 08:03:55
Size: 775
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 1. If updating an existing installation, move or remove the {{{wowza_vhost_chaos}}} folder.  1. If updating an existing installation, move or remove the {{{wowza_vhost_chaos}}} folder.{{{
mv ~/services/wowza_vhost_chaos ~/tmp}}}

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

  4. If updating an existing installation, move or remove the wowza_vhost_chaos folder.

    mv ~/services/wowza_vhost_chaos ~/tmp
  5. move VHost deploy folder to virtual host location

    mv ~/tmp/chaos_deploy/chaosVHost ~/services/wowza_vhost_chaos

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