Navigation Menu

Skip to content

Commit

Permalink
doc: add CentOS 7 entry
Browse files Browse the repository at this point in the history
[groonga-dev,02604]

Tested by Miyawaki and warp Kawada. Thanks!!!
  • Loading branch information
kou committed Aug 29, 2014
1 parent 0abb878 commit 7999ba1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/source/install/centos.rst
Expand Up @@ -94,3 +94,24 @@ If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a tokenizer, inst
Install groonga-tokenizer-mecab package::

% sudo yum install -y groonga-tokenizer-mecab

CentOS 7
--------

In CentOS 7, we use CentOS's MariaDB packages (version 5.5.x) since Mroonga 4.05 release.

Install::

% sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
% sudo yum makecache
% sudo yum install -y mariadb-server
% sudo systemctl start mariadb
% sudo yum install -y mariadb-mroonga
(% sudo mysqladmin -u root password 'new-password')

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

Install groonga-tokenizer-mecab package::

% sudo yum install -y groonga-tokenizer-mecab

0 comments on commit 7999ba1

Please sign in to comment.