ryanj / nodejs-custom-version-openshift

Node.js quickstart application to run the latest or any custom Node.js version on OpenShift
63 stars 23 forks source link

Fails to create application #4

Closed Tobbe closed 9 years ago

Tobbe commented 9 years ago

Running rhc app create twitter_proxy --from-code=git://github.com/ryanj/nodejs-custom-version-openshift.git I get

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.

prestonvanloon commented 9 years ago

You forgot to add the nodejs bit.

rhc app create twitter_proxy nodejs --from-code=git://github.com/ryanj/nodejs-custom-version-openshift.git

Tobbe commented 9 years ago

Ahh, yes, thanks :)