- cd
${YOUR_REDMINE_HOME}/plugins
git clone https://github.com/LoovtO/redmine_trello_card_sync.git
- Change directory back to your Redmine installation. (
cd ${YOUR_REDMINE_HOME}
) - Run
bundle install --without development test
to install essential gems. - Run
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
to setup plugin-related database tables. (In older version of Redmine, you may need to runRAILS_ENV=production bundle exec rake redmine:plugins:migrate
instead) - Go to
http(s)://${YOUR_REDMINE_HOST}/settings/plugin/redmine_trello_card_sync
, enter the essential settings to enable this plugin.- Get your API key (32 characters long) & member token (64 characters long) from here, note they are different, one is the value of "Key", another is what you will get from the "Token" link.
- Restart your Redmine server to take effect.
- Official Docker image does not allow this plugin to build. My advice : do not use this plugin with Docker.
- If you are using Docker and want to use this plugin, you have to
- Install g++ make
- Run setup commands.
- On each upgrade, you will have to
- Remove this plugin
- Install g++ make
- Run setup commands.
Enable this plugin module in each project's settings -> modules page, such as http(s)://${YOUR_REDMINE_HOST}/projects/${YOUR_PROJECT}/settings/modules
.
Once you enable the module, you can configure mappings at http(s)://${YOUR_REDMINE_HOST}/projects/${YOUR_PROJECT}/trello_card_sync/mappings
.
You can enter your Trello username at http(s)://${YOUR_REDMINE_HOST}/my/account
.