search for: dashboard_development

Displaying 2 results from an estimated 2 matches for "dashboard_development".

2010 Apr 20
1
dashboard: rake install fails (Solaris10)
...install dashboard 1.0.0rc1. Independantly if have manually installed authlogic - gem or not it is throwing the following trace. The problem is the same when I am resetting (rake db:reset) or dropping the database. any ideas? best regards Lutz bash-3.00# rake install (in /opt/puppet-dashboard) dashboard_development already exists can''t activate authlogic (= 2.1.3, runtime) for [], already activated authlogic-2.1.2 for [] /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:230:in `activate'' /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:35:in `require'' /usr/local/lib/ruby/gem...
2012 Jul 06
3
Access denied for user 'dashboard'@'localhost' to database 'dashboard_production'
followed the instruction for installing dashboard, and created user mysql -pmy_password -e "CREATE DATABASE dashboard CHARACTER SET utf8;CREATE USER ''dashboard''@''localhost'' IDENTIFIED BY ''my_password''; GRANT ALL PRIVILEGES ON dashboard.* TO ''dashboard''@''localhost'';" however, I keep getting