ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Discuss »
Installation Problem
Added by Robert Owen at 2012-10-17 04:17 pm
Hi.
I have followed the install guide (https://www.chiliproject.org/projects/chiliproject/wiki/Installation#Installation) almost to the end, but I'm stuck at number 7.
when executing "RAILS_ENV=production bundle exec rake db:migrate" I get the message
rake aborted!
FATAL: password authentication failed for user "root"
FATAL: password authentication failed for user "root"
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
I have installed and configured everything with root.
Does anyone have an idea?
Many thanks!
Robert
That sounds like the wrong database password in your config/database.yml
. Make sure you have the correct user and password for the connection to your database in the production
section of that file.
Thanks! Reading config files more carefully should help in future ;)