[Groonga-mysql-commit] mroonga/mroonga at 1cb7156 [master] doc install: add install section for Ubuntu Trusty (14.04 LTS)

Back to archive index

cosmo0920 null+****@clear*****
Sun May 4 15:41:54 JST 2014


cosmo0920	2014-05-04 15:41:54 +0900 (Sun, 04 May 2014)

  New Revision: 1cb71569c9cc3229e8437eeb3efd1e0c20d630cb
  https://github.com/mroonga/mroonga/commit/1cb71569c9cc3229e8437eeb3efd1e0c20d630cb

  Merged 70c8ddd: Merge pull request #9 from cosmo0920/add-trusty-section

  Message:
    doc install: add install section for Ubuntu Trusty (14.04 LTS)

  Modified files:
    doc/source/install.rst

  Modified: doc/source/install.rst (+40 -0)
===================================================================
--- doc/source/install.rst    2014-05-04 15:35:42 +0900 (b6e3b27)
+++ doc/source/install.rst    2014-05-04 15:41:54 +0900 (2bcdeba)
@@ -190,6 +190,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 14.04 Trusty Tahr
+-----------------------------
+
+.. 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/ trusty universe
+  deb-src http://packages.groonga.org/ubuntu/ trusty 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, 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����������������������������...
다운로드 



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