An open API service indexing awesome lists of open source software.

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.

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