Redmine with test dependencies installed. Based on official Redmine image.
904
Redmine with test dependencies installed. Based on official Redmine image. Can be used to test Redmine plugins.
From the root directory of your plugin run:
docker run \
-v $PWD:/usr/src/redmine/plugins/<your_plugin> \
--rm \
tfischbach/redmine_plugin_test \
rake db:migrate redmine:plugins:migrate redmine:plugins:test
Replace <your_plugin> with the name of your plugin.
The project is available as open source under the terms of the MIT License.
Content type
Image
Digest
Size
350.8 MB
Last updated
about 8 years ago
docker pull tfischbach/redmine_plugin_test