Actions
Task #28
openMilestone #27: automate plugin install procedure
plugin install procedure
Task #28:
plugin install procedure
Status:
new
Priority:
wishlist
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
storypoint:
blocked:
simplePBI:
Sprint:
Description
Plugin install procedure¶
- exec into deploy/redmine container:
kubectl exec -it deploy/redmine -- bash
- (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
- (in container) ran rake update
bundle exec rake redmine:plugins:migrate
- exit the container
- restart redmine
kubectl -n redmine rollout restart deploy/redmine
Updated by Daniele Cruciani 3 months ago
- Description updated (diff)
Actions