HAYASHI Kentaro
null+****@clear*****
Thu Apr 25 13:33:19 JST 2013
HAYASHI Kentaro 2013-04-25 13:33:19 +0900 (Thu, 25 Apr 2013) New Revision: 54850938e406e6629919af35d774b6aaebd3fe3b https://github.com/mroonga/mroonga/commit/54850938e406e6629919af35d774b6aaebd3fe3b Message: doc en: add documentation about Ubuntu 13.04 Modified files: doc/source/install.rst Modified: doc/source/install.rst (+44 -0) =================================================================== --- doc/source/install.rst 2013-04-25 12:20:58 +0900 (bf6a164) +++ doc/source/install.rst 2013-04-25 13:33:19 +0900 (97a6c84) @@ -293,6 +293,50 @@ Install groonga-normalizer-mysql package:: If you specified not 'utf8_general_ci' nor 'utf8mb4_general_ci', mroonga use MySQL incompatible COLLATION which is implemented in groonga. +Ubuntu 13.04 Raring Ringtail +---------------------------- + +.. note:: + + You need to enable the universe section in Ubuntu's software sources. + +.. note:: + + You need to enable the security update repository. + +/etc/apt/sources.list.d/groonga.list:: + + deb http://packages.groonga.org/ubuntu/ raring universe + deb-src http://packages.groonga.org/ubuntu/ raring universe + +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' or 'utf8mb4_general_ci', please install groonga-normalizer-mysql package. + +Install groonga-normalizer-mysql package:: + + % sudo apt-get -y install groonga-normalizer-mysql + +.. note:: + + 'utf8_unicode_ci' or 'utf8mb4_unicode_ci' will be supported in the future release. + +.. note:: + + If you specified not 'utf8_general_ci' nor 'utf8mb4_general_ci', mroonga use + MySQL incompatible COLLATION which is implemented in groonga. + CentOS 5 -------- -------------- next part -------------- HTML����������������������������...Download