Project

General

Profile

how to install redmine without mysql?

Added by kk kk about 11 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) about 11 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.

    (1-2/2)