https://github.com/rla/redmine_infdot_upload
A Redmine plugin to automate release file management.
https://github.com/rla/redmine_infdot_upload
redmine redmine-plugin
Last synced: about 2 months ago
JSON representation
A Redmine plugin to automate release file management.
- Host: GitHub
- URL: https://github.com/rla/redmine_infdot_upload
- Owner: rla
- Created: 2012-09-07T15:05:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T20:30:09.000Z (over 11 years ago)
- Last Synced: 2025-03-06T01:25:14.149Z (over 1 year ago)
- Topics: redmine, redmine-plugin
- Language: Ruby
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= infdot_upload
A Redmine plugin to automate release file management. At the moment only Redmine 2+ is supported.
== Installation
In the Redmine installation root directory:
cd plugins
git clone git://github.com/rla/redmine_infdot_upload.git
cd ..
bundle exec rake redmine:plugins:migrate
Create custom field `Current build` of type boolean for versions. Set it true for the
given version to make files appear under that version in the Redmine Files section.
== Usage
Example usage with curl:
curl \
-F "file=@$file" \
-F "project=$project" \
-F "user=$user" \
-F "password=$password" \
-k /infdot_upload
== Alternatives
* {redmine-file-uploader}[https://github.com/gertvdijk/redmine-file-uploader]
* Some Redmine WebDAV plugin
== TODO
* Authentication by API key.
== License
The GPL version 3