Skip to content
This repository was 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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c58b96e · Aug 19, 2022
Oct 8, 2016
Oct 8, 2016
Jun 27, 2019
Jul 10, 2017
Apr 18, 2016
Jun 6, 2020
Jun 6, 2020
Apr 18, 2016
Jul 24, 2016
Jun 6, 2020
Aug 19, 2022
Apr 22, 2016
May 25, 2016
Jun 6, 2020
Jun 27, 2019
Jun 6, 2020
Jun 6, 2020

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.