Project

General

Profile

Plugins Directory » Redmine Dropbox Plugin

Author: Zuinq Studio
Website: http://www.zuinqstudio.com
Code repository: https://github.com/zuinqstudio/redmine_drop_box
Registered on: 2011-05-07 (almost 13 years ago)
Current version: 1.0.0
Compatible with: Redmine 0.7.x, 0.8.x, 0.9.x, 1.0.x, 1.1.x, 1.2.x
User ratings:   (0)

This plugin allows to storage proyect files on your Dropbox account.

Installation notes

Getting started with the Dropbox Plugin:
1. Make sure you have rake and rubygems installed on your system.
1b. Some of the gems below may need to be compiled locally, so make sure you
    have any necessary source code around as well.
    e.g. 'apt-get install ruby1.x-dev libxml2-dev libxslt1-dev' on ubuntu
2. Install oauth from rubygems (gem install oauth)
3. Install multipart-post from rubygems
4. Install json from rubygems
5. Install mechanize from rubygems
6. Install shoulda from rubygems
7. Start developing your Dropbox Plugin!

- Unzip the plugin in your redmine/vendor/plugins/ folder.
- Migrate database with rake db:migrate_plugins
- Once the plugin is installed, you must open the plugin configuration in Admin->Plugins_Configuration,
and enter your DropBox account user/pass and Dropbox base Redmine documents path
- Enjoy!

Changelog

1.0.0 (2011-05-07)

Compatible with Redmine 0.7.x, 0.8.x, 0.9.x, 1.0.x, 1.1.x, 1.2.x.