0% found this document useful (0 votes)
24 views2 pages

#!/bin/bash

This document provides instructions to install and configure an OpenIMSCore system on a Linux server. It installs required packages and libraries using apt-get, checks out code from source control repositories, compiles and deploys the code, loads sample databases, configures DNS and hosts files, and restarts services to complete the setup.

Uploaded by

ouz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

#!/bin/bash

This document provides instructions to install and configure an OpenIMSCore system on a Linux server. It installs required packages and libraries using apt-get, checks out code from source control repositories, compiles and deploys the code, loads sample databases, configures DNS and hosts files, and restarts services to complete the setup.

Uploaded by

ouz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2

#!

/bin/bash

sudo apt-get install libcurl4-gnutls-dev bison curl debhelper cdbs lintian build-essential
fakeroot devscripts pbuilder dh-make debootstrap dpatch flex libxml2-dev libmysqlclient15-
dev ant docbook-to-man ipsec-tools subversion mysql-server-5.5 && apt-get install bind9 &&
mkdir /opt/OpenIMSCore && chown -R cheikh /opt/OpenIMSCore/ && cd
/opt/OpenIMSCore && sudo mkdir ser_ims && mkdir FHoSS &&sudo svn checkout
https://svn.code.sf.net/p/openimscore/code/ser_ims/trunk/ ser_ims && sudo svn checkout
https://svn.code.sf.net/p/openimscore/code/FHoSS/trunk/ FHoSS && cd ser_ims && sudo
make install-libs all && cd .. && cd FHoSS && sudo ant compile deploy && sudo sed -i
's/JAVA_HOME\/bin\/java/JAVA_HOME\/usr\/bin\/java/g' deploy/startup.sh && cd .. &&
mysql -u root -p -h localhost < ser_ims/cfg/icscf.sql && mysql -u root -p -h localhost <
FHoSS/scripts/hss_db.sql && mysql -u root -p -h localhost < FHoSS/scripts/userdata.sql &&
sudo cp ser_ims/cfg/open-ims.dnszone /etc/bind/ && sudo sed -i '3azone "open-ims.test"
{\n\ttype master;\n\tfile "\/etc\/bind\/open-ims.dnszone";\n};' /etc/bind/named.conf.local &&
sudo sed -i '2a127.0.0.1\topen-ims.test mobicents.open-ims.test ue.open-ims.test
presence.open-ims.test icscf.open-ims.test scscf.open-ims.test pcscf.open-ims.test hss.open-
ims.test' /etc/hosts && service bind9 restart && cp ser_ims/cfg/*.cfg ./ && cp
ser_ims/cfg/*.xml ./ && cp ser_ims/cfg/*.sh ./

apt-get install libosip2-3deb libexosip2-dev libgtk2.0-dev libxml2-dev libcurl4-openssl-dev


apt-get install libgstreamer0.10-0 libgstreamer-plugins-base0.10-dev gstreamer0.10-plugins-
base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly
libvlc-dev vlc
libavcodec-unstripped-51 et gstreamer0.10-ffmpeg

Commentaires
Vous n'tes pas autoris ajouter des commentaires.
apt-get formatrix
sudo apt-get install libav-tools ((puis installer) sudo apt-get install
libavcodec-extra-53
sudo add-apt-repository ppa:mc3man/gstffmpeg-keep ((puis installer)
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg
problem ims

org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.ja
va:84)

org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)

org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:397)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

You might also like