About plugin migration
Added by Nils Linde over 14 years ago
Here is what I did:
- Downloaded ZIP file of plugin
- Unarchived it, sent it through FTP with root account, to plugins directory
- Connected with SSH, go to that plugin directory
- Launched command
rake db:migrate_plugins
- Received error
Don't know how to build task 'db:migrate_plugins'
I have rake (0.8.7) and ruby 1.8.7 (2010-08-16 patchlevel 302) [i486-linux] with Redmine 0.8.7.stable.4359 (MySQL).
Currently, tested question_plugin (http://www.redmine.org/wiki/redmine/PluginQuestion) that is Compatible with: Redmine 0.8.x & Redmine Trunk and cutomer_plugin (http://www.redmine.org/wiki/redmine/PluginCustomer) that is Compatible with: Redmine 0.8.x & Redmine Trunk.
Please, give me a clue, wheat should be done, to get plugins to work.
Thanks
Replies (3)
RE: About plugin migration
-
Added by Nils Linde over 14 years ago
nils2:/usr/local/lib/redmine-0.8/vendor/plugins/question_plugin# rake db:migrate_plugins --trace
(in /usr/local/lib/redmine-0.8/vendor/plugins/question_plugin)
rake aborted!
Don't know how to build task 'db:migrate_plugins'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in `invoke_task'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
RE: About plugin migration
-
Added by Felix Schäfer over 14 years ago
Nils Linde wrote:
- Connected with SSH, go to that plugin directory
Nope, go to your redmine directory.