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: 4 months ago
JSON representation
Plone backend installation for the Mastering Plone Development Training
- Host: GitHub
- URL: https://github.com/collective/training_buildout
- Owner: collective
- Created: 2014-10-14T09:42:15.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-09-19T06:53:55.000Z (9 months ago)
- Last Synced: 2025-09-19T08:44:06.140Z (9 months ago)
- Topics: pip, plone, training
- Language: Makefile
- Homepage: https://training.plone.org
- Size: 105 KB
- Stars: 5
- Watchers: 116
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.