Navigation Menu

Skip to content

Commit

Permalink
doc: add description how to install Mroonga for MariaDB on Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 3, 2016
1 parent 9578cf9 commit 966ca7b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/source/install/ubuntu.rst
Expand Up @@ -20,6 +20,10 @@ Here are supported Ubuntu versions:
* 14.04 LTS Trusty Tahr
* 16.04 LTS Xenial Xerus

Here are Ubuntu versions that supports MariaDB:

* 16.04 LTS Xenial Xerus

Enable the universe repository and the security update repository to
install Mroonga::

Expand All @@ -32,10 +36,14 @@ Add the ``ppa:groonga/ppa`` PPA to your system::
% sudo add-apt-repository -y ppa:groonga/ppa
% sudo apt-get update

Install::
Install Mroonga for MySQL::

% sudo apt-get install -y -V mysql-server-mroonga

Install Mroonga for MariaDB::

% sudo apt-get install -y -V mariadb-server-mroonga

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

Install groonga-tokenizer-mecab package::
Expand Down

0 comments on commit 966ca7b

Please sign in to comment.