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
Post a Comment