2015-04-04 18:30:45 +08:00
2015-03-17 22:02:26 +08:00
2015-04-04 17:29:18 +08:00
2015-04-04 18:30:45 +08:00
2015-04-04 17:29:18 +08:00
2015-04-04 15:08:05 +08:00
2015-03-12 15:05:32 +08:00
2015-04-04 18:30:45 +08:00
2015-04-04 18:30:45 +08:00
2015-04-04 18:30:45 +08:00
2014-08-12 20:10:50 +08:00
2015-04-04 17:29:18 +08:00
2015-04-04 17:29:18 +08:00
2015-04-04 17:29:18 +08:00
2015-04-04 17:29:18 +08:00
2013-11-22 10:13:17 +08:00
2015-04-04 17:29:18 +08:00
2014-08-12 20:10:50 +08:00
2015-04-04 17:29:18 +08:00
2015-03-07 16:14:06 +08:00
2015-04-04 17:29:18 +08:00

Nodeclub

build status Coverage Status David deps node version

介绍

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

安装部署

不保证 Windows 系统的兼容性

线上跑的是 Node.js v1.5MongoDB 是 v2.6。

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

其他

跑测试

$ make test

跑覆盖率测试

$ make test-cov

License

MIT

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