Redmine, Mysql, Ubuntu 10.4 LTS
I'm trying to install redmine and following this instruction:
… except I want to install with using mysql database.
I have correctly configured my config/database.yml:
production:
adapter: mysql
database: redmine
host: localhost
username: …
password: …
When I following recommendations here:
I'm running:
gem install mysql
And I get this error:
Can you help me please as I cannot find any instructions to install redmin with mysql in your Linode Library.
Thanks,
Anton