onepiecejs / nodejs-cantas

Cantas is a real-time collaborative web application. Official repository
Other
202 stars 134 forks source link

OpenShift deployment fails #123

Closed EmilyDirsh closed 9 years ago

EmilyDirsh commented 9 years ago

Attempting to deploy cantas to OpenShift, got through the merge step, on pushing, deployment failed with: Error: Cannot find module '/var/lib/openshift/5582d0f54382ec769e00002a/app-root/runtime/repo/scripts/db_init_label_metadata.js'

It appears that the deploy hook is referencing a script that has moved and been renamed. See https://github.com/onepiecejs/nodejs-cantas/blob/master/.openshift/action_hooks/deploy#L23

tkdchen commented 9 years ago

Hi @EmilyDirsh fixed, please try again. BTW, after deploying successfully, you may enable the Google OAuth to login. Welcome any further feedback. Thanks.