有谁知道如何让 GhostScript 在 Iron.io 工作人员中工作?
我正在使用带有node.js的ffmpeg堆栈,需要使用imagemagic将pdf转换为一系列jpeg,为此需要GhostScript。
有谁知道如何让 GhostScript 在 Iron.io 工作人员中工作?
我正在使用带有node.js的ffmpeg堆栈,需要使用imagemagic将pdf转换为一系列jpeg,为此需要GhostScript。
deb
您可以通过关键字(工作)示例将几乎任何 .deb 文件添加到工作包:
runtime "node"
exec "run.js"
stack 'node-0.10'
deb 'http://archive.ubuntu.com/ubuntu/pool/main/g/ghostscript/ghostscript_9.10~dfsg-0ubuntu10.2_amd64.deb'
remote # important, turn remote building on
此外,您还可以在此处找到一些其他有用的示例:https ://github.com/iron-io/iron_worker_examples/tree/master/deb-packages