Logs for the RingoJS IRC channel,
as logged by ringostarr.
2012-04-21
[09:47]
[10:19]
[11:41]
[12:01]
[12:01]
[12:02]
[12:02]
[12:03]
[12:03]
[12:03]
[12:04]
[12:09]
[12:10]
Logs for the RingoJS IRC channel,
as logged by ringostarr.
[09:47] <tom_i> what type (when creating an app) would I choose for ringo when using openshift please?
[10:19] <tom_i> found it here: https://github.com/oberhamsi/ringojs-openshift-example
[11:41] <tom_i> oberhamsi: where would I put jar files and ringo packages when using openshift?
[12:01] <oberhamsi> tom_i: the type is DIY application, as you probably have seen by now :)
[12:01] <tom_i> yes
[12:02] <oberhamsi> the packages: either copy ringojs into the openshift repo and put the packages where you'd normally put them
[12:02] <oberhamsi> or .. i'm surprised ringo doesn't have a "--package-dir" option :) there is --modules, maybe that helps
[12:03] <oberhamsi> and jars: doesn't matter, you can load them from anywhere anyhow
[12:03] <oberhamsi> did you see https://github.com/oberhamsi/ringojs-openshift-example/blob/master/.openshift/action_hooks/start ?
[12:03] <oberhamsi> essentially i do ${OPENSHIFT_REPO_DIR}ringojs/bin/ringo ${OPENSHIFT_REPO_DIR}yourapp/main.js
[12:04] <oberhamsi> does that make sense? :)
[12:09] <tom_i> I'll try it
[12:10] <tom_i> I really appreciate your help, thank you