
You Need to Install Latest Version Of Java,
Now First Login into your Server Root from Putty or any SSH Connecting Tool
And Just put following commands 1 by 1.
# yum install java-1.7.0-openjdk.x86_64
# yum install java-1.7.0-openjdk-devel
# yum install java
# cd /root
Now for red5 just Put The Following Commands 1 by 1.
# cd /opt/
# wget visichatdesign.com/tools/red5-0.8.tar.gz
# tar -zxf red5-0.8.tar.gz
# rm -rf *.gz
# cd red5
# yum install nano
# mv red5 /etc/init.d
# chmod +x /etc/init.d/red5
# cd /etc/rc2.d
# ln /etc/init.d/red5 S89red5 -s
# cd ../rc3.d
# ln /etc/init.d/red5 S89red5 -s
# cd ../rc5.d
# ln /etc/init.d/red5 S89red5 -s
# /etc/init.d/red5 start
# /etc/init.d/red5 status
Congrats! Your Red5 Setup is almost complete.
Now You Need to Run Following Commands to Execute Red5 Apps and make them usable.
Go to this directory by using WINSCP or FILEZILLA
/usr/lib/jvm/jre//lib/ext/
And right click and select Copy Path of the Directory and go in Putty and put
cd #right mouse click
and copy this command and hit enter.
# wget http://visichatdesign.weebly.com/uploads/1/2/3/8/12380999/mysql-connector-java-5.1.18-bin.jar
# cd /opt
# cd \red5
# ./red5.sh