Closed Tobbe closed 9 years ago
Running rhc app create twitter_proxy --from-code=git://github.com/ryanj/nodejs-custom-version-openshift.git I get
rhc app create twitter_proxy --from-code=git://github.com/ryanj/nodejs-custom-version-openshift.git
Every application needs a web cartridge to handle incoming web requests. Please provide the short name of one of the carts listed above."
And then the script exits.
You forgot to add the nodejs bit.
rhc app create twitter_proxy nodejs --from-code=git://github.com/ryanj/nodejs-custom-version-openshift.git
Ahh, yes, thanks :)
Running
rhc app create twitter_proxy --from-code=git://github.com/ryanj/nodejs-custom-version-openshift.git
I getAnd then the script exits.