upgrading Ruby on Openshift (Python Cartridge) -



upgrading Ruby on Openshift (Python Cartridge) -

i'm working on flask app + deploying redhat openshift using python 2.7 cartridge. need utilize ruby cli tools create & upload iron.io workers, cli tool requires ruby 1.9.2 , cart has ruby 1.8.7.

i can't install rvm / rbenv via sshing gear, because openshift won't give root access. so, there way install ruby on openshift without sudo or sol?

(somebody @ iron.io suggested using iron.io via docker, seems overkill scheduling sms texts.)

you can't update ruby cartridge on openshift. have create new app , utilize ruby 1.9 beginning. can utilize like:

rhc app create myapp ruby-1.9

python ruby openshift iron.io

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -