This commit is contained in:
Team3
2026-05-20 23:11:39 +02:00
parent 1544614160
commit f824da8708
5 changed files with 147 additions and 0 deletions

View File

@@ -37,6 +37,21 @@ docker compose exec redmine bundle exec rails generate redmine_plugin <plugin_na
Themes gehören nach `./themes/<theme_name>/`. Aktivieren unter *Administration → Settings → Display*.
## mitho-Konfiguration anwenden
Setzt Branding, Theme (PurpleMine 2), Additionals-Plugin-Settings, Rollen
(`PM`, `Devel`, `Devel2`, `Backoffice`, `Projektkunden`) und Workflow nach
`doc/reference-mitho.md`.
```bash
# Plugin + Theme klonen + migrieren + restart
bash scripts/install-mitho-stack.sh
# Settings, Rollen, Workflow (idempotent)
docker compose cp scripts/seed-mitho.rb redmine:/tmp/seed-mitho.rb
docker compose exec redmine bundle exec rails runner -e production /tmp/seed-mitho.rb
```
## Logs
```bash