NodeBB v0.2.0 released
-
-
Merry Christmas from the NodeBB team!
If boxing week sales aren't enough, here's a brand new version of NodeBB for you -- production-ready as always!
In a nutshell, v0.2.0 contains many new features and bugfixes, including:
- New post composer
- Support for German, French, and Spanish
- Ability to use MongoDB instead of Redis (optional)
- NodeBB is now truly "refresh-free". Notification and Unread counters now update automatically, even if the server stops and starts in between.
- Support for Private Categories (selectable via user or group)
- Many bug fixes!
thanx..
-
Welp, broke my forum trying to upgrade - haha.
node app --upgrade
info: NodeBB v0.2.0 Copyright (C) 2013 DesignCreatePlay Inc.
info: This program comes with ABSOLUTELY NO WARRANTY.
info: This is free software, and you are welcome to redistribute it under certain conditions.
info:
/home/ec2-user/nodebb/node_modules/redis/index.js:535
throw err;
^
Error: Cannot find module 'string'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/ec2-user/nodebb/src/websockets.js:11:6)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
I've tried git pull, says its up to date, I've even tried resetting it. Any advice on what to do while maintaining my config/posts would be great.
-
npm install
andnpm update
worked for me. i had the same string errorError: Cannot find module 'string'
when updating. -
@julian
Looks nice, is there anyone who can help me to Setup NodeBB on a VPS ? -
@Robin-aus-trudering The readme file contains the information you need to set NodeBB up on a VPS
For a less technical version, check this guide out
-