Hello, I’m trying to deploy my app vie modulus and i cannot seem to get it working, really not sure on where my error is!
Here are the modulus logs,
> cave@0.0.1 start /mnt/app
> node main.js
/mnt/app/node_modules/fibers/future.js:245
throw(ex);
^
Error: MONGO_URL must be set in environment
at Object.<anonymous> (packages/mongo/remote_collection_driver.js:36:1)
at Object.defaultRemoteCollectionDriver (packages/underscore/underscore.js:750:1)
at new Mongo.Collection (packages/mongo/collection.js:98:1)
at packages/accounts-base/accounts_common.js:141:1
at /mnt/app/programs/server/packages/accounts-base.js:243:4
at /mnt/app/programs/server/packages/accounts-base.js:1659:3
at /mnt/app/programs/server/boot.js:222:10
at Array.forEach (native)
at Function._.each._.forEach (/mnt/app/node_modules/underscore/underscore.js:79:11)
at /mnt/app/programs/server/boot.js:117:5
npm ERR! cave@0.0.1 start: `node main.js`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the cave@0.0.1 start script.
npm ERR! This is most likely a problem with the cave package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node main.js
npm ERR! You can get their info via:
npm ERR! npm owner ls cave
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.13.0-48-generic
npm ERR! command "/mnt/home/.nvm/v0.10.36/bin/node" "/mnt/home/.nvm/v0.10.36/bin/npm" "start"
npm ERR! cwd /mnt/app
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /mnt/app/npm-debug.log
npm ERR! not ok code 0
Found package.json: ./package.json
Start script specified in package.json: node main.js
Here is the url: http://cavespace-49673.onmodulus.net/
As i have no idea what might be causing this i will just post the git repo incase you might know where to look!
= https://github.com/ollieklein/cavespace.co
Thanks a lot for your help in advanced!
Ollie