After successfully installing rhc, when I try to
rhc setup
and I get the following console output:
Anyone any idea why this happens?
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 :)