Navigation Menu

Skip to content

Commit

Permalink
doc install centos: install MySQL server before mroonga
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 27, 2012
1 parent de8a8bf commit 89a255a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/install.rst
Expand Up @@ -166,7 +166,10 @@ Install ::

% sudo rpm -ivh http://packages.groonga.org/centos/groonga-repository-1.0.0-0.noarch.rpm
% sudo yum update
% sudo yum install -y MySQL-server
% sudo service mysql start
% sudo yum install -y mysql-mroonga
(% /usr/bin/mysqladmin -u root password 'new-password')

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

Expand All @@ -183,7 +186,10 @@ Install ::

% sudo rpm -ivh http://packages.groonga.org/centos/groonga-repository-1.0.0-0.noarch.rpm
% sudo yum update
% sudo yum install -y mysql-server
% sudo service mysqld start
% sudo yum install -y mysql-mroonga
(% /usr/bin/mysqladmin -u root password 'new-password')

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

Expand Down

0 comments on commit 89a255a

Please sign in to comment.