# doracms **Repository Path**: src-openeuler/doracms ## Basic Information - **Project Name**: doracms - **Description**: 本项目已经迁移至 AtomGit || This project has been migrated to AtomGit || Linked: https://atomgit.com/src-openeuler/doracms - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-11 - **Last Updated**: 2025-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: sig-epol ## README # Notice: This project has been migrated to [AtomGit](https://atomgit.com/src-openeuler/doracms) # 通知: 本项目已经正式迁移至 [AtomGit](https://atomgit.com/src-openeuler/doracms) 平台 # DoraCMS #### 介绍 `DoraCMS` 是基于 `Nodejs` `eggjs` `mongodb` 编写的一套内容管理系统,结构简单,较目前一些开源的 `CMS` ,`DoraCMS` 易于拓展,特别适合前端开发工程师做二次开发。 #### 软件架构 `Nodejs` `eggjs` `mongodb` #### 安装教程 ``` sudo dnf install mongodb sudo dnf install doracms ``` #### 启动 ``` mongod & service doracms start ``` #### 使用说明 1. 浏览器访问 http://127.0.0.1:8080 2. 后台管理 http://127.0.0.1:8080/dr-admin #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_doracms 分支 3. 提交代码 4. 新建 Pull Request