Navigation Menu

Skip to content

Commit

Permalink
doc install: add section about Ubuntu 12.04 Precise Pangolin
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2012
1 parent 732f8d5 commit 9d5c704
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions doc/source/install.rst
Expand Up @@ -149,6 +149,34 @@ Install ::

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

Ubuntu 12.04 Precise Pangolin
-----------------------------

.. 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/ precise universe
deb-src http://packages.groonga.org/ubuntu/ precise universe

Install ::

% sudo apt-get update
% sudo apt-get -y --allow-unauthenticated install groonga-keyring
% 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
Expand Down

0 comments on commit 9d5c704

Please sign in to comment.