Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/collective/training_buildout

Plone backend installation for the Mastering Plone Development Training
https://github.com/collective/training_buildout

pip plone training

Last synced: 3 days ago
JSON representation

Plone backend installation for the Mastering Plone Development Training

Awesome Lists containing this project

README

        

# Backend for the Mastering Plone Development Training

The training documentation can be found at [training.plone.org](https://training.plone.org/mastering-plone/)

Build the backend with:

```shell
make build
```

Start the backend with:

```shell
make start
```

Your Plone is up and running on http://localhost:8080.