Node.js 论坛系统 NodeBB

NodeBB是Design Create Play开发的一款使用Node.js构建的论坛系统,使用redis或mongoDB数据库,采用web socket技术实现。支持响应式布局,兼容IE8,将论坛的体验带向一个新的高度。(国外的论坛系统都至关纯粹,并不会像Discuz、phpwind那样提供各类建站所需模块)php

github:https://github.com/NodeBB/NodeBBnode

官网:https://nodebb.orggit

Installing NodeBB

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/

相关文章
相关标签/搜索