1 个仓库
Docker configurations designed to launch a full CMS stack for local development.
Distinct from Dockerized Development Environments: Specific to a full CMS stack rather than a single database instance like MongoDB.
Explore 1 awesome GitHub repository matching data & databases · CMS Containerized Setups. Refine with filters or upvote what's useful.
这是一个无头(headless)WordPress 入门套件和 React 前端样板。它提供了一种解耦的 CMS 架构,将 WordPress 数据源与表现层分离,利用 WordPress 作为内容 API,利用 React 作为客户端用户界面。 该入门套件包含一个 Docker 化的 WordPress 环境,用于快速引导本地开发。它实现了 GraphQL 集成,以从后端获取内容和自定义数据模式,并使用 JSON Web Tokens 进行安全的 API 身份验证。 该项目涵盖了从外部安装到本地环境的内容迁移和数据导入。它还支持通过自定义字段和解析器创建模式扩展的数据模型,以定制交付给前端的数据。
Ships a Dockerized WordPress environment for rapid local bootstrapping of the headless CMS.