Nuevo plugin Redmine Checklist 3.1.10 light

This commit is contained in:
Manuel Cillero 2018-02-04 19:51:03 +01:00
parent 294bc87e76
commit ef5521e0a2
65 changed files with 3544 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#!/bin/bash
RUBY=$1
DB=$2
REDMINE=$3
docker run -t -i -v `pwd`:/var/www/$RUBY/$DB/$REDMINE/plugins/redmine_checklists \
--env RUBY=$1 \
--env DB=$2 \
--env REDMINE=$3 \
--env PLUGIN=redmine_checklists \
redmineup/redmine_checklists \
/root/run_local.sh