Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/collective/training_buildout
- Owner: collective
- Created: 2014-10-14T09:42:15.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T09:42:56.000Z (11 days ago)
- Last Synced: 2024-11-04T10:31:54.603Z (10 days ago)
- Topics: pip, plone, training
- Language: Makefile
- Homepage: https://training.plone.org
- Size: 104 KB
- Stars: 4
- Watchers: 120
- Forks: 14
- 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.