History: A theme managed in Git
Preview of version: 3
A theme managed in Git
Use case
- You have a Development-Testing-Acceptance-Production (DTAP) workflow
- You have a custom theme (vs tweaks on a Tiki theme with some Custom CSS
- Your theme evolves somewhat independently from the rest of the code development
- You care that the theme is up to date on instances beyond production
Solution
- Use php tiki-manager instance:checkout
- Use branches to deal with major changes of the theme (Ex.: Bootstrap 4 vs 5)
Related links