...
Code Block |
---|
language | bash |
---|
title | Upgrade Matterhorn |
---|
|
# 1. Switch to matterhorn user
$ su - matterhorn
$ cd /usr/local/matterhorn
# 2. Install updated encoding profiles
$ cd etc/encoding
$ wget --no-check-certificate https://raw.githubusercontent.com/avalonmediasystem/avalon-felix/1.4.x/etc/encoding/avalon.properties -O avalon.properties
# 3. Remove avalon workflow notifier bundle
$ rm lib/matterhorn/matterhorn-workflow-notifier-avalon-1.4-SNAPSHOT.jar
# 4. Restart Matterhorn
$ exit
$ service matterhorn stop
$ service matterhorn start |
Code Block |
---|
language | bash |
---|
title | Upgrade Red5 |
---|
|
# 1. Stop Red5
$ service red5 stop
# 1. Switch to red5 directory
$ cd /usr/local/red5
# 2. Install updated avalon webapp
$ cd webapps/avalon
$ wget --no-check-certificate https://raw.githubusercontent.com/avalonmediasystem/avalon-red5/master/webapps/avalon/WEB-INF/lib/red5-avalon.jar -O WEB-INF/lib/red5-avalon.jar
$ wget --no-check-certificate https://raw.githubusercontent.com/avalonmediasystem/avalon-red5/master/webapps/avalon/WEB-INF/red5-web.properties -O WEB-INF/red5-web.properties
$ wget --no-check-certificate https://raw.githubusercontent.com/avalonmediasystem/avalon-red5/master/webapps/avalon/WEB-INF/red5-web.xml -O WEB-INF/red5-web.xml
$ wget --no-check-certificate https://raw.githubusercontent.com/avalonmediasystem/avalon-red5/master/webapps/avalon/META-INF/MANIFEST.MF -O META-INF/MANIFEST.MF
$ chmod -R a+x META-INF WEB-INF
# 3. Restart Red5
$ service red5 start |
If you didn't load the sample content before, try it out to test your avalon 4.0 upgrade.