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?
- 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
- Install oauth from rubygems (gem install oauth)
- Install multipart-post from rubygems
- Install json from rubygems
- Install mechanize from rubygems
- Install shoulda from rubygems
-
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
Best regards, Peter