I'm new to OpenShift and am trying to follow the MEANStack example here.
When I run yo angular-fullstack:openshift myApp
I'm getting the following error...
Creating application 'myApp' ... Server returned an unexpected error code: 504
✖ { [Error: Command failed: /bin/sh -c rhc app create myApp nodejs-0.10 mongodb-2.4 -s --noprompt --no-git NODE_ENV=production
]
killed: false,
code: 1,
signal: null,
cmd: '/bin/sh -c rhc app create myApp nodejs-0.10 mongodb-2.4 -s --noprompt --no-git NODE_ENV=production' }
Any ideas on what I'm doing wrong? Is there a way to increase the timeout via yeoman/rhc to prevent the 504 coming?
Thanks!