Navigation Menu

Skip to content

Commit

Permalink
doc en: update install documentation about MariaDB package on Fedora 19
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 30, 2013
1 parent 9c233b3 commit 88ab29f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion doc/source/install.rst
Expand Up @@ -370,12 +370,25 @@ Install groonga-normalizer-mysql package::
Fedora 19
---------

Install ::
Since Fedora 19, MariaDB is the default implementation of MySQL.

So there are two selections for mroonga. One is using with MariaDB, the other is using with MySQL (community-mysql).

Install mroonga for MySQL (community-mysql)::

% sudo rpm -ivh http://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
% sudo yum makecache
% sudo yum install -y mysql-mroonga

Install mroonga for MariaDB::

% sudo rpm -ivh http://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
% sudo yum makecache
% sudo yum install -y mariadb-mroonga

.. note::
MariaDB and MySQL (community-mysql) package are exclusive. For example, if you want to use mysql-mroonga, you need to remove conflicted mariadb packages at first.

If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a tokenizer. please install groonga-tokenizer-mecab package.

Install groonga-tokenizer-mecab package::
Expand Down

0 comments on commit 88ab29f

Please sign in to comment.