Search code examples
rubyopenshift-client-tools

Openshift RHC setup throws error


After successfully installing rhc, when I try to

rhc setup

and I get the following console output:

enter image description here

Anyone any idea why this happens?


Solution

  • Okay so after further investigation how I fixed this was:

    rhc ssh *my_app_name*
    

    after which I ran

    tail_all
    

    This gave me a pretty extensive error log generated by the openshift server.

    Silly error - turned out it was just a missing dependency from the package.json file :)