Comment #10 on issue 1197 by [email protected]: Integrate with StormGrind
http://code.google.com/p/mobicents/issues/detail?id=1197
My plan is to provide appliances containing Mobicents Sip Servlets and
ready to be deployed on the cloud. There are three appliance I'll provide:
- Mobicents node appliance
- SIP load balancer appliance
- Management appliance
The appliances will be built using BoxGrinder. BoxGrinder need RPM
packages, so I'll built RPM package of Mobicents using Cantiere.
This are the steps required to build the mobicents-sip-servlet RPM package:
1. Download and unzip Cantiere:
http://www.jboss.org/stormgrind/downloads/cantiere/1-0-0-Beta1
2. Download Mobicents 1.5 final NOT including Mobicents Diameter and Media
Server and move the archive to cantiere/src/
3. Download the attached spec file and move it to cantiere/specs
4. Copy recursively cantiere/build/topdir/fedora/12 to
cantiere/build/topdir/fedora/14
5. In cantiere/, run rake rpm:all. That's it, the RPM is located in
cantiere/build/topdir/fedora/14/RPMS/noarch/
The RPM will install Mobicents in /server/mobicents-sip-servlets, with 775
rights. If you want to use another archive, you can. You will have to edit
the macro mss_source and mss_version in the attached spec file such as the
archive used is named mss_source-mss_version.zip.
Attachments:
mobicents-sip-servlets.spec 1.2 KB