HAYASHI Kentaro
null+****@clear*****
Fri May 24 19:34:30 JST 2013
HAYASHI Kentaro 2013-05-24 19:34:30 +0900 (Fri, 24 May 2013) New Revision: 062380156c74c5010863c1fa04328b96d8e1671a https://github.com/mroonga/mroonga/commit/062380156c74c5010863c1fa04328b96d8e1671a Message: doc en: add documentation about Debian 8.0 (jessie) Modified files: doc/source/install.rst Modified: doc/source/install.rst (+32 -0) =================================================================== --- doc/source/install.rst 2013-05-24 19:32:56 +0900 (00ee6c5) +++ doc/source/install.rst 2013-05-24 19:34:30 +0900 (9b7fb4c) @@ -73,6 +73,38 @@ Install groonga-normalizer-mysql package:: If you don't specify MySQL compatible case insensitive COLLATION, MySQL incompatible COLLATION of groonga is used. MySQL compatible case insensitive COLLATION are 'utf8_general_ci', 'utf8mb4_general_ci', 'utf8_unicode_ci' and 'utf8mb4_unicode_ci'. +Debian GNU/Linux jessie +----------------------- + +/etc/apt/sources.list.d/groonga.list:: + + deb http://packages.groonga.org/debian/ jessie main + deb-src http://packages.groonga.org/debian/ jessie main + +Install :: + + % sudo apt-get update + % sudo apt-get -y --allow-unauthenticated install groonga-keyring + % sudo apt-get update + % sudo apt-get -y install mysql-server-mroonga + +If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a tokenizer. please install groonga-tokenizer-mecab package. + +Install groonga-tokenizer-mecab package:: + + % sudo apt-get -y install groonga-tokenizer-mecab + +If you want to use MySQL compatible COLLATION such as 'utf8_general_ci', 'utf8mb4_general_ci', 'utf8_unicode_ci' or 'utf8mb4_unicode_ci', please install groonga-normalizer-mysql package. + +Install groonga-normalizer-mysql package:: + + % sudo apt-get -y install groonga-normalizer-mysql + +.. note:: + + If you don't specify MySQL compatible case insensitive COLLATION, MySQL incompatible COLLATION of groonga is used. + MySQL compatible case insensitive COLLATION are 'utf8_general_ci', 'utf8mb4_general_ci', 'utf8_unicode_ci' and 'utf8mb4_unicode_ci'. + Debian GNU/Linux sid -------------------- -------------- next part -------------- HTML����������������������������...Download