Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
/ nodercms Public archive

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

License

Notifications You must be signed in to change notification settings

welkinwong/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.