On Wed, May 6, 2009 at 10:17 AM, narendra sisodiya < [email protected]> wrote:
> On Wed, May 6, 2009 at 9:30 AM, Khirod Patra <[email protected]>wrote: > >> Sir, >> >> as we have discussed,the story is here >> >> >> I have develop a software using java technology.The packages I use in this >> development i.e >> 1)jdk 1.5 >> 2)postgresql 8.3 >> 3)snort 2.8 >> 4)Tomcat 5.0 >> 5)Hibernate Framework >> > these are the dependencies. > >> and some other supporting packages with required dependencies >> > >> I want to create a ISO using the UBUNTU 8.04 server with all these above >> packages. It should work like a Rocket luncher like when install the >> server automatically it will install my software with all its required >> configuration. > > I will give the procedure how to do it on Fedora system, Steps 1 : first make the rpm of your package. Your rpm will not include the dependencies. Now try to install and uninstall it rpm -Uvh *.rpm command. check that your package installation ask for dependencies or not. Steps 2 : Now make a rpm repo. and host it on your local httpd system. Creating a repo is very simple. now include this repo in yum.repo.d and try to install/uninstall your software using -- yum install software-name Step 3 : Now install revisor tool which is a live image/iso creator tool. add your localrepo to revisor configuration. Now you can generate the iso image which include your software by default. I have applied this kind of mechanism to generate live images which include vlc, mplayer and other software by default for personal use. I do not know properly about your license of your software and license scheme of the resulting iso image. Hope this will help you,, > Another thing I have develop this project for both standalone and for a >> remote host also,that it will work remotely for other host.So at the time of >> installation it should ask the whether choose for the option standalone or >> remote console instead of choosing the default option of the ubuntu server >> provided. >> > I think it cannot ask such thing at iso install time, unless you modify anaconda,.. or may be it is possible.. I cannot answer it without more details ... > >> Please give some Idea ,How I can deal with it >> >> >> Kind Regards >> Khirod patra >> >> >> -- ┌─────────────────────────┐ │ Narendra Sisodiya ( नरेन्द्र सिसोदिया ) │ R&D Engineer │ Web : http://narendra.techfandu.org │ Twitter : http://tinyurl.com/dz7e4a └─────────────────────────┘ --~--~---------~--~----~------------~-------~--~----~ l...@iitd community mailing list -- http://groups.google.com/group/iitdlug -~----------~----~----~----~------~----~------~--~---
