Task #28
Updated by Daniele Cruciani 3 months ago
## Plugin install procedure
1. exec into deploy/redmine container:
> kubectl exec -it deploy/redmine -- bash
2. (in container) Download the plugin source in plugins folder (see for example
> cd /usr/src/redmine/plugins
> curl https://redmine.ociotec.com/attachments/download/581/scrum-0.23.1.tar.gz
3. (in container) ran rake update
> bundle exec rake redmine:plugins:migrate
4. exit the container
5. restart redmine
> kubectl -n redmine rollout restart deploy/redmine