Plugins Directory » RedmineAttachByUrl
Author: | Danil Tashkinov | |
---|---|---|
Website: | https://github.com/nodecarter/redmine_attach_by_url | |
Code repository: | https://github.com/nodecarter/redmine_attach_by_url | |
Registered on: | 2013-10-04 (about 11 years ago) | |
Current version: | 0.1.1 | |
Compatible with: | Redmine 2.3.x, 2.2.x, 2.1.x | |
User ratings: |
Plugin for redmine making it possible to attach file to issue by its url.
Loading file is accomplished by a server, it is more exact by worker of delayed_job.
Installation notes
1. Copy plugin directory into #{RAILS_ROOT}/plugins.
If you are downloading the plugin directly from GitHub,
you can do so by changing into your plugin directory and issuing a command like
git clone git://github.com/nodecarter/redmine_attach_by_url.git
2. Run the following command to upgrade your database (make a db backup before).
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
3. Restart Redmine
4. Start delayed_job worker
bundle exec rake jobs:work RAILS_ENV=production
You should now be able to attach files by url.
Plugin does not require to be configured.
Changelog
0.1.1 (2013-10-04)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x.