Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Redmine Dropbox Plugin

$
0
0

Guys,

Is it feasible to get working Redmine dropbox plugin http://www.redmine.org/plugins/redmine_drop_box within BitNami Redmine Stack?

This is some procedure but I am not sure if BitNami Redmine Stack does have already some of those already installed?

  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!

  8. Unzip the plugin in your redmine/vendor/plugins/ folder.

  9. Migrate database with rake db:migrate_plugins
  10. 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

Best regards, Peter


Viewing all articles
Browse latest Browse all 2052

Trending Articles