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
bnc@pulsar:~/ivy$ cp build/artifact/jars/ivy.jar /usr/share/ant/lib/
ReplyDeletecp: cannot stat `build/artifact/jars/ivy.jar': No such file or directory
I just run a test again.
ReplyDeleteWe 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/