My Blog List

Wednesday 20 July 2011

Install Red5 and LightIRC webcam

CentOS 5.6:

# yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel
 
Debian:
# apt-get install sun-java6-jdk 
# apt-get install ant subversion


Install Red5 and LightIRC webcam

# cd /usr/local
# wget http://trac.red5.org/downloads/1_0/red5-1.0.0-RC1.tar.gz
# tar -xvzf red5-1.0.0-RC1.tar.gz
# cd red5-1.0.0
# cd webapps
# wget http://lightirc.com/release/lightIRC_1.0_webapp_Red5.zip
# unzip lightIRC_1.0_webapp_Red5.zip
# cd ..
# ./red5.sh 
 
You can purchase Shell account from RisingNet.com
You need to purchase LightIRC webcam license from: www.lightirc.com 

2 comments:

  1. bnc@pulsar:~/ivy$ cp build/artifact/jars/ivy.jar /usr/share/ant/lib/
    cp: cannot stat `build/artifact/jars/ivy.jar': No such file or directory

    ReplyDelete
  2. I just run a test again.
    We don't need these line below:

    # svn co https://svn.apache.org/repos/asf/ant/ivy/core/trunk ivy
    # cd ivy
    # ant jar
    # cp build/artifact/jars/ivy.jar /usr/share/ant/lib/

    ReplyDelete

Followers