Navigation Menu

Skip to content

Commit

Permalink
doc: put server-use document to each package install section
Browse files Browse the repository at this point in the history
Because most users see install document like
http://groonga.org/docs/install/centos.html#centos-6
URL. They will not be noticed the server-use document at the top of
http://groonga.org/docs/install/centos.html
URL.
  • Loading branch information
kou committed Jun 5, 2014
1 parent eaf8fb3 commit 8a1f53e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 4 additions & 2 deletions doc/source/install/centos.rst
Expand Up @@ -14,8 +14,6 @@ just only for tests or development. You will encounter an out of
memory error with a 32-bit package even if you just process medium
size data.

.. include:: server-use.inc

CentOS 5
--------

Expand All @@ -25,6 +23,8 @@ Install::
% sudo yum makecache
% sudo yum install -y groonga

.. include:: server-use.inc

If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
tokenizer, install groonga-tokenizer-mecab package.

Expand Down Expand Up @@ -80,6 +80,8 @@ Install::
% sudo yum makecache
% sudo yum install -y groonga

.. include:: server-use.inc

If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
tokenizer, install groonga-tokenizer-mecab package.

Expand Down
8 changes: 6 additions & 2 deletions doc/source/install/debian.rst
Expand Up @@ -14,8 +14,6 @@ just only for tests or development. You will encounter an out of
memory error with a 32-bit package even if you just process medium
size data.

.. include:: server-use.inc

wheezy
------

Expand All @@ -33,6 +31,8 @@ Install::
% 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.

Expand Down Expand Up @@ -73,6 +73,8 @@ Install::
% sudo apt-get update
% sudo apt-get install -y groonga

.. include:: server-use.inc

If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
tokenizer, install groonga-tokenizer-mecab package.

Expand Down Expand Up @@ -113,6 +115,8 @@ Install::
% 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.

Expand Down
4 changes: 2 additions & 2 deletions doc/source/install/fedora.rst
Expand Up @@ -22,8 +22,6 @@ just only for tests or development. You will encounter an out of
memory error with a 32-bit package even if you just process medium
size data.

.. include:: server-use.inc

Fedora 20
---------

Expand All @@ -37,6 +35,8 @@ Note that additional packages such as ``mecab-dic`` and ``mecab-jumandic`` packa
% sudo rpm -ivh http://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
% sudo yum update

.. include:: server-use.inc

If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
tokenizer, install groonga-tokenizer-mecab package.

Expand Down
4 changes: 2 additions & 2 deletions doc/source/install/ubuntu.rst
Expand Up @@ -14,8 +14,6 @@ just only for tests or development. You will encounter an out of
memory error with a 32-bit package even if you just process medium
size data.

.. include:: server-use.inc

PPA (Personal Package Archive)
------------------------------

Expand All @@ -42,6 +40,8 @@ Install::

% sudo apt-get -y install groonga

.. include:: server-use.inc

If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
tokenizer, install groonga-tokenizer-mecab package.

Expand Down

0 comments on commit 8a1f53e

Please sign in to comment.