Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以 rpm 格式打包和部署 Web 应用程序是好主意还是坏主意。有没有人试验过这个。?
谢谢
这是一个好主意,特别是如果您的应用程序依赖于特定的包/库。这也相对容易做到,因为 httpd 配置通常只扫描基于 RPM 的发行版上的 /etc/http.d。
人们也更容易试用您的应用程序,而不必经历通常的多步骤安装 HOWTO。
您可以查看 RedHat 的 webalizer RPM,以获取有关如何将 Web 应用程序打包为 RPM 的示例。