red5 (0.9.1-4squeeze1) 14_document_removed_stuff.diff

Summary

 webapps/root/index.html |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

    
download this patch

Patch contents

Description: Describe removed /demos and /installer webapp
 in index.html
Author: Damien Raude-Morvan <drazzib@drazzib.com>
Forwarded: not-needed
Last-Update: 2010-07-31
--- a/webapps/root/index.html
+++ b/webapps/root/index.html
@@ -92,6 +92,35 @@
 <br />
 If you prefer to jump right in, follow these steps:
 <ul>
+<li>
+<p>
+Debian "red5-server" package doesn't contains /demos or /installer webapps.
+Please note that /installer and /demos webapps are for demonstration purpose 
+only and should never be installed on a public red5 server
+(no security at all in those applications).
+</p>
+<p>
+Furthermore, they contains non-free stuffs :
+<ul>
+<li> *.swf binary-only (Flash Player) files</li>
+<li> *.flv movies trailers like Avatar / Toy Story 3</li>
+</ul>
+</p>
+<p>
+As root, you can install /demos (SWF files) and /installer webapp, by issuing :
+<pre>
+wget http://www.red5.org/downloads/0_9/red5-0.9.1.tar.gz
+tar xvzf red5-*.tar.gz
+cd red5-*
+cp -R webapps/root/demos /var/lib/red5/webapps/root/demos
+cp -R webapps/installer /var/lib/red5/webapps/installer
+find /var/lib/red5/webapps/ -type d -exec chown _red5 {} \;
+cd ..
+rm -rf red5-*
+</pre>
+</p>
+<i>Excerpt from /usr/share/doc/red5-server/README.Debian</i>
+</li>
 <li><a href="installer" target="_blank">Install</a> a ready-made application</li>
 <li>Launch a <a href="demos">demo</a></li>
 </ul>