Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2011-02-16 13:42:42
Size: 227
Editor: heb
Comment:
Revision 7 as of 2011-02-16 13:51:00
Size: 408
Editor: heb
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. Log on to the server and unzip package to a temporary folder on the server. {{{
ssh larm@iapetus
mkdir
~/temp/chaos/
unzip ~/temp/LARM-CHAOS-Wowza-package.zip -d ~/temp/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 larm@iapetus:~/temp
  2. Log on to the server and unzip package to a temporary folder on the server.

    ssh larm@iapetus
    mkdir ~/temp/chaos/
    unzip ~/temp/LARM-CHAOS-Wowza-package.zip -d ~/temp/chaos_deploy

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