Navigation Menu

Skip to content

Commit

Permalink
doc install jessie: use apt
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 8, 2018
1 parent 6b530ba commit 56b7809
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/source/install/debian.rst
Expand Up @@ -95,11 +95,11 @@ Add the Groonga apt repository.

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
% sudo apt install -y -V apt-transport-https
% sudo apt update --allow-insecure-repositories
% sudo apt install -y -V --allow-unauthenticated groonga-keyring
% sudo apt update
% sudo apt install -y -V groonga

.. include:: server-use.inc

Expand All @@ -108,30 +108,30 @@ tokenizer, install groonga-tokenizer-mecab package.

Install groonga-tokenizer-mecab package::

% sudo apt-get install -y -V groonga-tokenizer-mecab
% sudo apt 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
% sudo apt 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
% sudo apt 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
% sudo apt install -y -V groonga-normalizer-mysql

.. note::

Expand Down

0 comments on commit 56b7809

Please sign in to comment.