figuren-theater / ft-platform
figuren.theater platform
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 4
Type:project
README
figuren.theater | Platform
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
Install the figuren.theater platform
- 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.
Structure
Built with & uses
- dependabot
- figuren-theater/code-quality - a required status check for healthier code and standardized quality on all code changes
Versioning
We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.
Authors
- Carsten Bach - Provided idea & code - figuren.theater/crew
See also the list of contributors who participated in this project.
License
This project is licensed under the GPL-3.0-or-later, see the LICENSE file for details
Acknowledgments
- 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