• This repository has been archived on 06/Feb/2024
  • Stars
    star
    1,091
  • Rank 42,463 (Top 0.9 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.