NodeBB是Design Create Play開發的一款使用Node.js構建的論壇系統,使用redis或mongoDB數據庫,採用web socket技術實現。支持響應式佈局,兼容IE8,將論壇的體驗帶向一個新的高度。(國外的論壇系統都至關純粹,並不會像Discuz、phpwind那樣提供各類建站所需模塊)php
github:https://github.com/NodeBB/NodeBBnode
官網:https://nodebb.orggit
Install redis with homebrew:github
brew install redis
Start redis server, in your terminal enter:web
redis-server
Clone NodeBB repo:redis
git clone -b v1.10.x https://github.com/NodeBB/NodeBB.git
Enter directory:數據庫
cd NodeBB
Run interactive installation:npm
./nodebb setup
if error >> sudo chown -R 501:20 "/Users/computer username/.npm"socket
You may leave all of the options as default, except "Which database to use (mongo)", which you should answer with "redis"佈局
And you're done! After the installation, run
./nodebb start
You can visit your forum at http://localhost:4567/