yumoqing a4a885f638 feat: add init_any_permissions.py for auto-discovering wwwroot and bricks files
- Auto-scan entcms/wwwroot → / (recursive)
- Auto-scan dingdingflow/wwwroot → /dingdingflow (recursive)
- Auto-scan bricks/ → /bricks (recursive)
- Skip symlinks to external modules
- Skip .pyc, __pycache__, .git, .bak etc.
- Set 'any' role for all discovered files
2026-06-03 16:06:33 +08:00
2026-06-03 15:48:54 +08:00
2026-06-03 15:55:57 +08:00

开元云科技 - 企业官网CMS系统

企业官网内容管理系统 + 钉钉审批流程基于Sage/bricks-framework开发。

模块

模块 说明
entcms 企业CMS - 新闻/案例/产品/Banner/线索管理
dingdingflow 钉钉审批流程 - 内容发布审批工作流

快速开始

# 1. 构建并安装
cd ~/repos/cms && ./build.sh

# 2. 配置RBAC权限
cd ~/repos/sage
./py3/bin/python ~/repos/cms/entcms/scripts/load_path.py
./py3/bin/python ~/repos/cms/dingdingflow/scripts/load_path.py

# 3. 重启Sage
./stop.sh && ./start.sh

文档

环境变量 (dingdingflow)

DINGTALK_APP_KEY=xxx
DINGTALK_APP_SECRET=xxx
DINGTALK_AGENT_ID=xxx
Description
No description provided
Readme 245 KiB
Languages
Python 99.9%
Shell 0.1%