nodebb + heroku + mongolab
-
@meh replace that with a path to a directory in your heroku instance
-
-
@pitaj said:
Ah, clear as day ....
If you have an existing deployment with MongoLab (not created through a Heroku add-on), instructions for connecting your Heroku application to your MongoLab database are available in MongoLab’s connection documentation. Essentially, you will need to configure your MongoDB driver to use the connection URI.
I believe I have an existing deployment with MongoLab, but it is created through a Heroku add-on, so then I need a new manual just for me. Meh.
-
c:node $ sudo npm install --production
Password:
npm ERR! tar.unpack unzip error /tmp/npm-12374-b75e5add/registry.npmjs.org/nodebb-theme-vanilla/-/nodebb-theme-vanilla-4.0.8.tgz
npm ERR! tar.unpack untar error /tmp/npm-12374-b75e5add/registry.npmjs.org/nodebb-theme-vanilla/-/nodebb-theme-vanilla-4.0.8.tgz
npm ERR! tar.unpack unzip error /tmp/npm-12374-b75e5add/registry.npmjs.org/templates.js/-/templates.js-0.2.10.tgz
npm ERR! tar.unpack unzip error /tmp/npm-12374-b75e5add/registry.npmjs.org/nodebb-plugin-markdown/-/nodebb-plugin-markdown-4.0.5.tgz--- and on and on ---
-
If you're incapable of figuring it out as a developer, we do offer some awesome plans that will make your life easier.
Full customer support, backups, etc all included
Of course, NodeBB is open source, and if you're nice enough someone will be happy to help you install it, as has been the case for most people who have come here asking for help.
-
Nah, it's just that none of the guide or manuals work. I have to figure it all out by myself.
It's also quite some change from eg. Wordpress, where you have a 1-click or 3–minute web launcher. I'm very unfamiliar with having to install 5–6 types of new software on my laptop just in order to set up a web–only forum. Doesn't seem to be necessary, really.
-
@meh said:
Nah, it's just that none of the guide or manuals work. I have to figure it all out by myself.
It's also quite some change from eg. Wordpress, where you have a 1-click or 3–minute web launcher. I'm very unfamiliar with having to install 5–6 types of new software on my laptop just in order to set up a web–only forum. Doesn't seem to be necessary, really.
You seem to be taking a very negative stance on NodeBB based on your inability to install it. Most (infact, near all) people on this board have managed to install NodeBB perfectly fine.
Also, cut the developers (and us) some slack. NodeBB is free, open source software, and you come to the forums acting like you're entitled to immediate help. If you want to get it to work, please provide error logs where they appear, else we can't help. Please reconsider your attitude, and provide some error logs. Once you've got those things down, we can help you fix your problem(s) in regards to installing NodeBB.
-
Or if you really want get it set up in the meantime, use it with redis, like the docs suggest
-
The best method to get on with your way is to detail every step you've taken (along with the log output from that step)
This way we can look at ex. Step 3 and go "aha! That's where it broke" etc.
-
My error logs are often flagged as 'spam', BTW:
.node-gyp/5.0.0/common.gypi not found (cwd: /Library/node/node_modules/mongodb/node_modules/mongodb-core/node_modules/kerberos) while reading includes of binding.gyp while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error:gyp
failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/Library/node/node_modules/npm/node_modules/node-gyp/lib/configure.js:357:16)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Darwin 13.4.0
gyp ERR! command "/usr/local/bin/node" "/Library/node/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Library/node/node_modules/mongodb/node_modules/mongodb-core/node_modules/kerberos
gyp ERR! node -v v5.0.0
gyp ERR! node-gyp -v v2.0.2
gyp ERR! not ok -
Once you've gotten the right deps set up (ex. MongoDB or redis, etc)
./nodebb setup
should get you on your way. As mentioned previously paste your logs if it doesn't go as expected -
Sorry, posting on mobile (perhaps I should write an alert that tells the user a new post has been created... It works on desktop, not on mobile yet)
Can you post the step by step log I mentioned earlier?