2016-04-20 16:03:29 +08:00
2016-04-20 16:03:29 +08:00
2016-04-20 01:43:35 +08:00
2016-02-25 15:09:59 +08:00
2015-12-07 19:52:06 +08:00
2016-03-18 18:53:39 +08:00
2016-03-17 23:08:38 +08:00
2016-04-19 16:33:37 +08:00
2016-04-20 16:03:29 +08:00
2016-04-14 22:01:55 +08:00
2015-07-01 15:17:45 +08:00
2016-03-10 13:55:39 +08:00
2016-03-16 14:52:56 +08:00
2015-12-07 20:16:30 +08:00
2015-12-04 13:35:11 +08:00
2015-09-15 13:32:13 +08:00
2016-03-27 12:57:45 +08:00
2015-09-15 13:32:13 +08:00
2016-03-28 19:59:12 +08:00

Nodeclub

build status codecov.io David deps node version

介绍

Nodeclub 是使用 Node.jsMongoDB 开发的社区系统,界面优雅,功能丰富,小巧迅速, 已在Node.js 中文技术社区 CNode(http://cnodejs.org) 得到应用,但你完全可以用它搭建自己的社区。

安装部署

不保证 Windows 系统的兼容性

线上跑的是 io.js v2.3.3MongoDB 是 v2.6Redis 是 v2.8.9。

1. 安装 `Node.js/io.js[必须]` `MongoDB[必须]` `Redis[必须]`
2. 启动 MongoDB 和 Redis
3. `$ make install` 安装 Nodeclub 的依赖包
4. `cp config.default.js config.js` 请根据需要修改配置文件
5. `$ make test` 确保各项服务都正常
6. `$ node app.js`
7. visit `http://localhost:3000`
8. done!

测试

跑测试

$ make test

跑覆盖率测试

$ make test-cov

贡献

有任何意见或建议都欢迎提 issue或者直接提给 @alsotang

License

MIT

Description
🐤Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统
Readme MIT 14 MiB
Languages
JavaScript 82.4%
CSS 10.8%
HTML 5.5%
Less 1.2%