[Groonga-mysql-commit] mroonga/mroonga at 8b03e97 [master] doc: add documentation about install procedure on Ubuntu 13.10

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Oct 23 17:30:42 JST 2013


HAYASHI Kentaro	2013-10-23 17:30:42 +0900 (Wed, 23 Oct 2013)

  New Revision: 8b03e9702df75d804f159b5385f6d759b2745fb5
  https://github.com/mroonga/mroonga/commit/8b03e9702df75d804f159b5385f6d759b2745fb5

  Message:
    doc: add documentation about install procedure on Ubuntu 13.10

  Modified files:
    doc/source/install.rst

  Modified: doc/source/install.rst (+40 -0)
===================================================================
--- doc/source/install.rst    2013-10-23 12:13:25 +0900 (7ced00a)
+++ doc/source/install.rst    2013-10-23 17:30:42 +0900 (83bddd2)
@@ -301,6 +301,46 @@ 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'.
 
+Ubuntu 13.10 Saucy Salamander
+-----------------------------
+
+.. 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/ saucy universe
+  deb-src http://packages.groonga.org/ubuntu/ saucy 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', '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'.
+
 CentOS 5
 --------
 
-------------- next part --------------
HTML����������������������������...
Download 



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