Project

General

Profile

Bad install Instructions: Issue History

Added by vitaly endors about 13 years ago

1) You must visit the website to find the commands to install.

2) Because of line wrapping on the website, the command is incorrect.
A line feed is inserted on the git command. This breaks operation.

3) using the rake command:

redmine# rake db:migrate_plugins --trace
(in /var/www/user/html/management-tools/redmine)
  • Invoke db:migrate_plugins (first_time)
  • Invoke environment (first_time)
  • Execute environment
    rake aborted!
    Access denied for user 'redmine'@'localhost' to database 'redmine_development'

And yet other packages install without issue.


Replies (1)

RE: Bad install Instructions: Issue History [how to fix] - Added by vitaly endors about 13 years ago

I can't understand the lack of simple instructions.
The plugin database needs:
  • a mandatory installation: section.
  • a mandatory screenshot
  • a mandatory brief description of what the plugin DOES.

As for how to install it... well, again, some information is left out.
Like how easy it is to fail when command line info is wrapped with line breaks.
Anyway, the easy way to do this from the redmine base directory:

cd vendor/plugins/
git clone git://github.com/freedayko/redmine_issue_history.git redmine_issue_history
rake db:migrate_plugins *RAILS_ENV=production*

    (1-1/1)