[Groonga-mysql-commit] mroonga/mroonga at 966ca7b [master] doc: add description how to install Mroonga for MariaDB on Ubuntu 16.04

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 3 23:50:54 JST 2016


Kouhei Sutou	2016-10-03 23:50:54 +0900 (Mon, 03 Oct 2016)

  New Revision: 966ca7bb111c77c8e8ccb2d26b8b2609a0808ef8
  https://github.com/mroonga/mroonga/commit/966ca7bb111c77c8e8ccb2d26b8b2609a0808ef8

  Message:
    doc: add description how to install Mroonga for MariaDB on Ubuntu 16.04

  Modified files:
    doc/source/install/ubuntu.rst

  Modified: doc/source/install/ubuntu.rst (+9 -1)
===================================================================
--- doc/source/install/ubuntu.rst    2016-10-03 23:47:12 +0900 (a7d4cf7)
+++ doc/source/install/ubuntu.rst    2016-10-03 23:50:54 +0900 (c94386f)
@@ -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::
 
@@ -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::
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index