Bootstrap脚本使用yum部署应用程序,如何在Ubuntu上部署
我正在部署一个具有引导脚本的应用程序,该脚本使用 yum 安装一堆软件包。不过,我正在 Ubuntu Maverick 上部署。升级脚本以使用 apt-get 是有意义的。我在 ubuntu 上安装了 yum,但不确定如何配置存储库等,而且我不确定继续使用 yum 是否是正确的方法。
I am deploying an application that has a bootstrap script, which installs a bunch of packages using yum. However, I am deploying on Ubuntu Maverick. Does is make sense to upgrade the script to use apt-get instead. I installed yum on ubuntu, but not sure how to configure repositories and such, plus I am not sure if continuing with yum is the right approach.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非脚本非常长,否则最好将脚本升级为使用 apt-get。大多数用户不想经历安装 yum 的麻烦。
It's most likely best to upgrade the script to use apt-get unless it is a really long script. Most users will not want to go through the hassel of installing yum.