2015-08-11 22:14:31 +08:00
2015-08-07 18:13:32 +08:00
2015-04-06 17:08:13 +08:00
2015-08-10 19:55:15 +08:00
2015-07-01 15:17:45 +08:00
2015-08-10 19:55:15 +08:00
2015-08-07 16:39:46 +08:00
2015-07-01 15:17:45 +08:00
2015-07-17 10:57:42 +08:00
2015-08-10 19:55:15 +08:00
2015-07-01 15:17:45 +08:00
2015-08-07 16:28:24 +08:00
2015-07-01 15:17:45 +08:00
2015-07-21 14:58:54 +08:00
2015-08-08 18:52:02 +08:00
2015-08-07 18:13:32 +08:00
2015-05-27 22:11:09 +08:00
2014-08-12 20:10:50 +08:00
2015-07-01 15:17:45 +08:00

Nodeclub

build status Coverage Status 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%