Först vet ditt system för att veta vad man ska installera.
Använd uname - a to see if you need to download 32 eller 64 BITS versioner.
Få SUSE release: cat /etc/SuSE-release
INSTALL JDK
Install latest JDK from http://java.sun.com/javase/downloads/index.jsp .
Use chmod a+x to make downloaded file executable and execute it.
Make sure latest version is used:
LN -s /usr/java/senaste /usr/lokal/jdk
LN -s /usr/java/senaste/jre /usr/lokal/jre
RM /usr/bin/java
LN -s /usr/java/senaste/bin/java /usr/bin/java
Exportera JAVA_HOME = / usr/java/senaste /
INSTALL SVN
Get SVN from: http://software.opensuse.org/search?baseproject=ALL&p=1&q=subversion
Install RPMs with: rpm -iv package.rpm
Install any dependencies as required. Search from http://software.opensuse.org/search .
INSTALL ANT
wget http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.gz
tar zxvf apache-ant-1.8.0-bin.tar.gz
mv apache-ant-1.8.0 /usr/local/ant
Konfigurera
Exportera ANT_HOME = / usr/lokal/ant
LN -s /usr/local/ant/bin/ant /usr/local/bin/ant
Ersätta gamla ant
RM /usr/bin/ant
LN -s /usr/local/ant/bin/ant /usr/bin/ant
Check ant version:
Ant – version
INSTALL Red5
Få senaste Red5 :
SVN co http://Red5.googlecode.com/SVN/Java/Server/trunk red5
Build Red5 :
CD red5
Ant förbereda
Ant dist
Move Red5:
CD ..
MV red5/opt/red5
OPERATE RED5
Starta Red5 (when need or on server reboot):
CD /opt/red5/dist
./Red5.sh > Start.log &
Install/update applications in the /opt/red5/dist/webapps folder . For changes to take effect, Red5 must be restarted:
1. Kontrollera om red5 körs:
PS aux | grep red5
2. Gå till dess mapp och stänga av red5:
CD /opt/red5/dist
./Red5-shutdown.sh
3. Se om det fortfarande är igång eller inte:
PS aux | grep red5
4. Starta om den, and also make it output the logs into a file of your choice:
./Red5.sh > Start.log &
5. Kontrollera att den är online igen:
PS aux | grep red5