Nuevo plugin Redmine Checklist 3.1.10 light
This commit is contained in:
parent
294bc87e76
commit
ef5521e0a2
65 changed files with 3544 additions and 0 deletions
12
plugins/redmine_checklists/scripts/run_local.sh
Executable file
12
plugins/redmine_checklists/scripts/run_local.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue