setup
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user