how to install redmine without mysql?
Added by kk kk almost 12 years ago
I'am in ubuntu 12.04.1
and when run bundle, it say :
libmysqlclient-dev : Depends: libmysqlclient18 (= 5.5.22-0ubuntu1) but 5.5.29-0ubuntu0.12.04.1 is to be installed
,and how to install redmine without mysql ?
use sqlite3 or monodb instead .
Replies (2)
RE: how to install redmine without mysql? - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
bundle install --without mysql
I don't know monodb, do you mean MongoDB? The latter is not supported and there's a fundamental difference between a NoSQL DBMS (designed for large data sets) and a traditional RDBMS...
Anyway, you can try sqlite3, but check if it doesn't hurt performance in your scenario.