相当于 Linux 操作系统依赖项的构建?
我计划使用 buildout 来构建一个网络应用程序。我想使用 lesscss,为此我需要安装 node.js。
是否有等效的构建用于设置操作系统来安装我无法使用 pip 安装的依赖项?或者考虑到我不想以 root 身份执行构建脚本,是否可以使用构建来执行此操作?
谢谢
I'm planning on using buildout to build a webapp. I want to use lesscss though, and for that I need to install node.js.
Is there an equivalent of buildout for setting up an OS to install dependencies that I can't install using pip? Or is it possible to do this using buildout somehow taking into account the fact that I don't want to execute my buildout script as root?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了管理操作系统的包依赖关系,也许您应该考虑使用 Puppet 和 厨师。
这些工具将使您能够管理以下操作系统资源:
也可以让这些工具通过调用 buildout(或 pip)来安装您的应用程序
For managing the package dependencies of your OS, perhaps you should look at using tools like Puppet and Chef.
Such tools would enable you to manage the following OS resources:
Might also be possible to let these tools install your application by invoking buildout (or pip)