ironworker

Using Hugin and libpano13 in an iron.io worker

和自甴很熟 提交于 2019-12-25 01:06:40
问题 I would like to use an iron.io worker to stich panoramas and create HDRs using the OpenSource Hugin and libpano13 toolkits. The programs needed are all command-line (no GUI is needed) but I'm not entirely sure how I go about building a worker that includes the correct binaries for using the Hugin panotools. Can I pre-compile the right binaries for the iron.io worker OS (Ubuntu Linux)? I can create a VM and install Ubuntu on it to get a set of binaries built that I include in my worker. But is

When will IronWorkers support Ruby 2.0?

佐手、 提交于 2019-12-13 14:28:35
问题 The default language version for ruby on IronWorkers is 1.9.3. When will it be bumped to 2.0? http://dev.iron.io/worker/reference/environment/#default_languages_versions Is there an easy way to upgrade to ruby 2.0 without too much delay when launching a task? Thanks, Dimitri 回答1: Iron Worker is finally supporting custom environments, one of which is Ruby 2.1: http://blog.iron.io/2014/03/ironio-launches-custom-runtime.html 回答2: [edit] You can now use multiple different language packs using our

Permission denied when run casperjs in iron.io

浪尽此生 提交于 2019-12-01 07:26:49
问题 I'm testing casperjs in iron.io as this example https://github.com/iron-io/iron_worker_examples/blob/master/binary/casperjs/googlelinks.js but when iron_worker complete this task, it gives an error message ./run.sh: 2: ./run.sh: casperjs/bin/casperjs: Permission denied Any idea on how to fix this? Thanks 回答1: in run.sh: .. chmod +x casperjs/bin/casperjs .. 来源: https://stackoverflow.com/questions/18449084/permission-denied-when-run-casperjs-in-iron-io