This repository builds and deploys the following demo sites.
- https://demo.plone.org - Plone with Volto frontend and Volto Light Theme. It uses the folders
/backendand/frontend. - https://volto.demo.plone.org - Plone with Volto frontend. It uses the folders
/backend-voltoand/frontend-volto. - https://classic.demo.plone.org - Plone with Classic UI frontend. It uses the folder
/classic.
- Python 3.11
- Node 16
- yarn
- Docker
git clone [email protected]:plone/demo.plone.org.git
cd demo.plone.org
make installStart the Backend (http://localhost:8080/)
make start-backendStart the Frontend (http://localhost:3000/)
make start-frontendStart the Backend (http://localhost:8080/)
make start-classicThe demo-sites use https://github.com/plone/plone.distribution to create and manage the demo-content.
To update/extend the content run the site locally and make the changes you wish to see.
Export and test depending on the type of site: Volto or Classic.
Export the data to the distribution:
make export-distributionTest your changes by creating a fresh site:
make create-siteExport the data to the distribution:
make export-distribution-classicTest your changes by creating a fresh site:
make create-site-classicIf you are content, make a pull-request with the changes.
This was generated by cookiecutter-plone-starter on 2022-12-12 18:14:07