Skip to content

轻量级内容管理系统,基于 Node.js + MongoDB 开发,拥有灵活的内容模型以及完善的权限角色机制。

License

Notifications You must be signed in to change notification settings

yangmingyuan380/nodercms

 
 

Repository files navigation

NoderCMS - 轻量级内容管理系统

NoderCMS 使用 Node.js + MongoDB 开发,拥有灵活的内容模型以及完善的权限角色机制。

官方网站 | 帮助中心 | QQ 群:369888346

NoderCMS 演示

安装

$ npm install --production
$ npm start

完成后访问 http://localhost:3000/admin/install 进入安装程序

环境要求:

  1. Node.js v4.4.3 及以上
  2. Mongodb v3.0.6 及以上

重新安装

  1. 清空数据库
  2. 删除 /install.lock
  3. 访问 http://localhost:3000/admin/install 进入安装程序

常见问题

License

NoderCMS is MIT licensed, as found in the LICENSE file.

About

轻量级内容管理系统,基于 Node.js + MongoDB 开发,拥有灵活的内容模型以及完善的权限角色机制。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.4%
  • HTML 25.2%
  • Handlebars 2.8%
  • Less 1.9%
  • CSS 0.7%