I just came to this forum looking for my nodebb deployment on heroku using mongo database. I wouldnt be using redis for anything. After making local changes, my nodebb is customized. I made mongo and mongodb version entries in the package.json, and ran "make install --production". I am using OS X 10.11 as dev env and deploying to heroku from there. I have run ./nodebb setup which creates local config asking the nodebb host-port, mongo host port etc and then at the end the message is displayed which asks me to start "./nodebb start".
Now after I installed the above, I assumed that heroku would pick up the changes when I do "git push heroku master". If not, then what got changed as a result of setup above? If it is config.json, it wouldn't be picked because it is listed in .gitignore.
How do I deploy my local setup changes to heroku?
A
ashmehro
@ashmehro
Posts
-
nodebb on heroku -
nodebb + heroku + mongolabI 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
-
nodebb plugin Sparkpost mailing service?Has anyone written a nodebb plugin for Sparkpost mailing service? I see there are plugins for multiple mailing services but not for sparkpost. I see these plugins are similar to each other and was thinking for creating one myself if no one has ever worked on it.