1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Description: Describe removed /demos and /installer webapp
in index.html
Author: Damien Raude-Morvan <drazzib@drazzib.com>
Forwarded: not-needed
Last-Update: 2011-03-04
--- a/webapps/root/index.html
+++ b/webapps/root/index.html
@@ -94,6 +94,36 @@
<br />
<br />
If you prefer to jump right in, follow these steps:
+<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://wiki.red5.org/downloads/1_0/red5-1.0.0-RC2.zip
+ # mkdir red5/; cd red5;
+ # unzip ../red5-1.0.0-RC2.zip
+ # 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*
+ # /etc/init.d/red5-server restart
+</pre>
+</p>
+<i>Excerpt from /usr/share/doc/red5-server/README.Debian</i>
+</li>
<ul>
<li><a href="installer" target="_blank">Install</a> a ready-made application</li>
<li>Launch a <a href="demos">demo</a></li>
|