nodebb + heroku + mongolab
-
@meh said:
@psychobunny said:
(if you're patient enough to wait)
TBH, I was hoping to get it done in 24 hours with no sleep.
It's doable so up to you if you value sleep if you figure it out it would be great if you'd write / edit the heroku guide
-
I'll see what I can do. In any case, I could perhaps provide some input to your upcoming OSX / Heroku / Mongolab chapter
Edit: My final input for your OSX install guide is in the top post. I would advice to make the installation meant for the Cloud platform independent of the user's choice of computer. He wants to use this thing in the cloud, simple as that, and not at home on his little machine.
-
Everything about the Mongo DB files and settings are still very unclear. Plus there are no hints as to what to do or try, just faffing about and hoping for the best. I don't even have a mongodb.conf file anywhere on my computer. Maybe stretching into the 36 hours straight.
Adding:
"mongo": "~0.10.1", "connect-mongo": "~2.0.0"
to package.json, but I have no idea what I'm doing or why that would work.
-
I just came to this forum looking for my heroku + node + mongo deployment. I wouldnt be using redis for anything. Now, the thing to start with is "where do I provide the mongodb server info to create a connection and how would that info be read by the mongodb client?" By adding mongo version entries in the package.json, it would install the node_modules for mongodb, but to be able to connect to a running mongo server is the issue I am facing