Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 792 Bytes

README.md

File metadata and controls

61 lines (37 loc) · 792 Bytes

plone.edu

A new Plone Distribution

Features

Content Types

  • TBD

Initial content

This package contains a simple volto configuration.

Installation

Install plone.edu with pip:

pip install plone.edu

And to create the Plone site:

make create_site

Development

Checkout repo:

git checkout git@github.com:collective/plone.edu.git
cd plone.edu
make
make create-site

Start backend instance:

make start

Export content:

http://localhost:8080/Plone/@@dist_export_all

Re-create the site:

DELETE_EXISTING=1 make create-site

Contribute

License

The project is licensed under GPLv2.