Sign inSign up

tfischbach/redmine_plugin_test

By tfischbach

•Updated about 8 years ago

Redmine with test dependencies installed. Based on official Redmine image.

Image
0

904

tfischbach/redmine_plugin_test repository overview

⁠Redmine Plugin Test Docker Image

Redmine with test dependencies installed. Based on official Redmine image. Can be used to test Redmine plugins.

⁠Usage

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.

⁠License

The project is available as open source under the terms of the MIT License⁠.

Tag summary

Content type

Image

Digest

Size

350.8 MB

Last updated

about 8 years ago

docker pull tfischbach/redmine_plugin_test