The master-receipe of the WordPress platform for puppeteers - figuren.theater.
Read our blog
See the network in action
•
Join the network
•
Create your own network
- Clone the repository into a new htdocs folder (or choose whatever you prefer)
git clone https://github.com/figuren-theater/ft-platform.git htdocs
- Install via command line
composer install --no-dev composer require figuren-theater/ft-platform-collection
- Save the
.env.example
with all needed DB credentials, API keys, etc. as.env
into the new docroot. - Create a symlink from
/content/v
to/vendor
on the production server.
- dependabot
- figuren-theater/code-quality - a required status check for healthier code and standardized quality on all code changes
We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.
- Carsten Bach - Provided idea & code - figuren.theater/crew
See also the list of contributors who participated in this project.
This project is licensed under the GPL-3.0-or-later, see the LICENSE file for details
- altis by humanmade, as our digital role model and inspiration
- @roborourke for his clear & understandable coding guidelines
- python-project-template for their nice template->repo renaming workflow