开发者

Packaging/Deploying web applications in rpm format

开发者 https://www.devze.com 2023-01-09 22:39 出处:网络
Is it a good or a bad ide开发者_如何学JAVAa to package and deploy web applications in rpm format. Did anyone experiment with this. ?

Is it a good or a bad ide开发者_如何学JAVAa to package and deploy web applications in rpm format. Did anyone experiment with this. ?

Thank you


It is a good idea, especially if your application relies on specific packages/libraries. It is also relatively easy to do, since httpd config usually just scans /etc/http.d on RPM-based distributions.

It is also much easier for people to try out your application versus having to go through a usually multi-step install HOWTO's.

You can look at RedHat's webalizer RPM for a sample on how to package web apps as RPM's.

0

精彩评论

暂无评论...
验证码 换一张
取 消