GNU/Linux >> Linux Esercitazione >  >> Panels >> Panels

Come installare red5 su server dedicato Linux

Passaggi per installare red5 sul server di hosting dedicato.

[email protected] [] cd /etc/init.d/

[email protected] [] wget http://www.indianwebportal.com/downloads/red5
[email protected] [] chmod 755 red5

[email protected] [] yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel

[email protected] [] cd /usr/src
[email protected] [] rm -rf apache-ant-1.8.0-bin.tar.gz apache-ant-1.8.0 red5-0.8.0.tar.gz

[email protected] [] wget http://pradeeps.in/apache-ant-1.8.0-bin.tar.gz

[email protected] [] tar -zxvf apache-ant-1.8.0-bin.tar.gz

[email protected] [] ls -d /usr/local/ant | mv apache-ant-1.8.0 /usr/local/ant

[email protected] [] export ANT_HOME=/usr/local/ant
[email protected] [] export JAVA_HOME=/usr/lib/jvm/java
[email protected] [] export PATH=$PATH:/usr/local/ant/bin
[email protected] [] export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/classes.zip

[email protected] [] echo export ANT_HOME=/usr/local/ant >> /etc/bashrc
[email protected] [] echo export JAVA_HOME=/usr/lib/jvm/java >> /etc/bashrc
[email protected] [] echo export PATH=$PATH:/usr/local/ant/bin >> /etc/bashrc
[email protected][]echo export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/classes.zip >> /etc/bashrc

[email protetta] []  cd /usr/local/src

[email protected][]wget http://www.indianwebportal.com/downloads/perl-URI-1.35-3.noarch.rpm

[email protetta] [] rpm -i perl-URI-1.35-3.noarch.rpm

[email protetta] [] yum install subversion

[email protected] [] svn checkout http://red5.googlecode.com/svn/java/server/trunk/ red5
[email protected] [] mv red5 /usr/local/
[email protected] [] cd /usr/local/red5
[email protected] [] ant prepare
[email protected] [] ant dist
[email protected] [] cp -r dist/conf /usr/local/red5/
[email protected] [] ./red5.sh

[email protetta] [] /etc/init.d/red5 start

Puoi accedere a red5 utilizzando il seguente URL.

http://your.ip.address:5080


Panels
  1. Come installare SQL Server su Linux

  2. Come installare il server Minecraft su RHEL 8 Linux

  3. Come installare MySQL su Linux Mint 19

  4. Come installare Squid Server su Linux Mint 20

  5. Come installare il server Linux di virtualizzazione

Come installare il server VNC su Linux Mint 20

Come installare Apache su Arch Linux

Come installare e configurare Django su VPS Linux e Server Dedicato?

Come installare Webmin su Ubuntu Linux

Come installare Jenkins su Rocky Linux 8

Come installare Nginx su Rocky Linux 9