Project

General

Profile

Actions

Task #28

open

Milestone #27: automate plugin install procedure

plugin install procedure

Task #28: plugin install procedure

Added by Daniele Cruciani 3 months ago. Updated 3 months ago.

Status:
new
Priority:
wishlist
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
storypoint:
blocked:
simplePBI:
Sprint:

Description

Plugin install procedure

  1. exec into deploy/redmine container:

kubectl exec -it deploy/redmine -- bash

  1. (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

  1. (in container) ran rake update

bundle exec rake redmine:plugins:migrate

  1. exit the container
  2. restart redmine

kubectl -n redmine rollout restart deploy/redmine

Updated by Daniele Cruciani 3 months ago Actions #1

  • Description updated (diff)
Actions

Also available in: PDF Atom