我正在尝试创建一个IronWorker,并希望使用Windows二进制文件来运行该任务。我相信,如果我能在一个子目录中创建一个独立的wine可执行文件,并在我的工作描述符中引用它,那么我应该能够运行这个二进制文件。每个工人都从一个干净的环境开始,所以我不想每次都重新安装wine(工人的任务很短)。
有人成功做到了吗?提前谢谢。

最佳答案

尝试使用.deb文件。
http://dev.iron.io/worker/reference/dotworker/#syntax_reference
你需要Ubuntu12.04x64软件包。
示例:
很多deb文件:https://github.com/thousandsofthem/workers/tree/master/mono-3.0.6
自带二进制文件https://github.com/iron-io/iron_worker_examples/tree/master/binary/phantomjs
自带二进制简单版:https://github.com/thousandsofthem/workers/tree/master/ffmpeg

关于linux - 在Ubuntu目录中安装Wine的“独立”版本,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/17222196/

10-11 23:04