Skip to content

A data-driven content management system prototype, based on Plone/Volto and data blocks

Notifications You must be signed in to change notification settings

GSS-Cogs/dd-cms

Repository files navigation

Documentation

The repository for all things DD-CMS as part of the Integrated Data Service project.

A training on how to create your own website using Volto is available as part of the Plone training at https://training.plone.org/5/volto/index.html.

Quick Start

To run the project with default behaviour, run:

mkdir plone-postgres-data
docker-compose build
docker-compose up

To set up your local environment with data from staging, see the instructions here.

Development

Check docs/development.md for more detailed information on alternate ways of running and to get started with development.