GSS-Cogs / dd-cms

A data-driven content management system prototype, based on Plone/Volto and data blocks
1 stars 0 forks source link

Set up a development environment #1

Closed rossbowen closed 1 year ago

rossbowen commented 2 years ago

After git clone-ing the project:

A Plone backend can be spun up, with the Volto plugin applied, using:

docker run -p 8080:8080 -e SITE="Plone" -e ADDONS="plone.volto" plone/plone-backend:6.0.0a1 start

Further addons can be added using the ADDONS env variable, see run_plone.sh for an example.

ajtucker commented 2 years ago
cjfairchild commented 2 years ago

@ajtucker to look at pipenv/buildout oddities when trying to build and run the plone-5 docker image.