How to start a nodebb forum in production?

General Discussion

Suggested Topics


  • Is NodeBB free??

    General Discussion
    2
    -3 Votes
    2 Posts
    756 Views

    NodeBB is licensed under the
    GNU General Public License v3.0

    https://github.com/NodeBB/NodeBB/blob/master/LICENSE

  • Host NodeBB?

    General Discussion
    16
    0 Votes
    16 Posts
    4k Views

    LOL - Funny 😉

  • 0 Votes
    1 Posts
    785 Views

    I am attempting to update my NodeBB install (hosted on heroku) to the newest version. Initially after I upgraded I could not see the login form at all (the login page was blank except for the nav bar). After doing "$./nodebb reset settings" I can now see the login form but attempting to login results in the server crashing.

    2014-11-03T07:04:57.909Z - error: ReferenceError: Password is not defined 2014-11-03T07:04:57.910265+00:00 app[web.1]: at ReplyParser.execute (/app/node_modules/redis/lib/parser/javascript.js:211:22) 2014-11-03T07:04:57.910224+00:00 app[web.1]: at /app/src/routes/authentication.js:258:6 2014-11-03T07:04:57.910227+00:00 app[web.1]: at /app/src/database/redis/hash.js:71:4 2014-11-03T07:04:57.910255+00:00 app[web.1]: at /app/node_modules/redis/index.js:1138:13 2014-11-03T07:04:57.910225+00:00 app[web.1]: at /app/src/database/redis/hash.js:42:4 2014-11-03T07:04:57.910260+00:00 app[web.1]: at ReplyParser.<anonymous> (/app/node_modules/redis/index.js:309:14) 2014-11-03T07:04:57.910261+00:00 app[web.1]: at ReplyParser.emit (events.js:95:17) 2014-11-03T07:04:57.910263+00:00 app[web.1]: at ReplyParser.send_reply (/app/node_modules/redis/lib/parser/javascript.js:300:10) 2014-11-03T07:04:57.910257+00:00 app[web.1]: at try_callback (/app/node_modules/redis/index.js:573:9) 2014-11-03T07:04:57.910258+00:00 app[web.1]: at RedisClient.return_reply (/app/node_modules/redis/index.js:661:13)

    Any help would be greatly appreciated. Please excuse me if I posted this in the incorrect section.

  • 0 Votes
    3 Posts
    2k Views

    @a_5mith Nice. I'll track it!

  • 1 Votes
    2 Posts
    1k Views

    Not yet, right now we have import from phpBB, vB, and UBB using this strategy. Theoretically someone could write an exporter from NodeBB to NodeBB using this same strategy.