[Groonga-commit] groonga/groonga at d37e350 [master] doc: add stretch entry

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Jun 28 17:37:08 JST 2017


Kentaro Hayashi	2017-06-28 17:37:08 +0900 (Wed, 28 Jun 2017)

  New Revision: d37e3507133acd9ca463bab793c919808f2fa572
  https://github.com/groonga/groonga/commit/d37e3507133acd9ca463bab793c919808f2fa572

  Message:
    doc: add stretch entry

  Modified files:
    doc/source/install/debian.rst

  Modified: doc/source/install/debian.rst (+67 -0)
===================================================================
--- doc/source/install/debian.rst    2017-06-27 16:34:22 +0900 (9ee038b)
+++ doc/source/install/debian.rst    2017-06-28 17:37:08 +0900 (4a3849f)
@@ -81,6 +81,73 @@ Install groonga-normalizer-mysql package::
 
      % sudo systemctl enable groonga-server-gqtp
 
+stretch
+-------
+
+.. versionadded:: 7.0.4
+
+Add the Groonga apt repository.
+
+/etc/apt/sources.list.d/groonga.list::
+
+  deb https://packages.groonga.org/debian/ stretch main
+  deb-src https://packages.groonga.org/debian/ stretch main
+
+Install::
+
+  % sudo apt-get install apt-transport-https
+  % sudo apt-get update
+  % sudo apt-get install -y --allow-unauthenticated groonga-keyring
+  % sudo apt-get update
+  % sudo apt-get install -y -V groonga
+
+.. include:: server-use.inc
+
+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 install -y -V groonga-tokenizer-mecab
+
+If you want to use ``TokenFilterStem`` as a token filter, install
+groonga-token-filter-stem package.
+
+Install groonga-token-filter-stem package::
+
+  % sudo apt-get install -y -V groonga-token-filter-stem
+
+There is a package that provides `Munin
+<http://munin-monitoring.org/>`_ plugins. If you want to monitor
+Groonga status by Munin, install groonga-munin-plugins package.
+
+Install groonga-munin-plugins package::
+
+  % sudo apt-get install -y -V groonga-munin-plugins
+
+There is a package that provides MySQL compatible normalizer as
+a Groonga plugin.
+If you want to use that one, install groonga-normalizer-mysql package.
+
+Install groonga-normalizer-mysql package::
+
+  % sudo apt-get install -y -V groonga-normalizer-mysql
+
+.. note::
+
+   If you use systemd as init, current version of Groonga does not support
+   to register start-up service automatically during installation.
+   If you want to register groonga-httpd/groonga-server-gqtp as
+   a automatic start-up service, please execute the following commands:
+
+   For groonga-httpd:
+
+     % sudo systemctl enable groonga-httpd
+
+   For groonga-server-gqtp:
+
+     % sudo systemctl enable groonga-server-gqtp
+
 Build from source
 -----------------
 
-------------- next part --------------
HTML����������������������������...
Download 



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