[Groonga-commit] groonga/groonga at a015aa4 [master] doc install/ubuntu.txt: add Ubuntu 14.04 LTS Trusty section.

Back to archive index

cosmo0920 null+****@clear*****
Mon Apr 21 05:48:27 JST 2014


cosmo0920	2014-04-21 05:48:27 +0900 (Mon, 21 Apr 2014)

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

  Merged 3ff5d4d: Merge pull request #165 from cosmo0920/install-ubuntu-trusty

  Message:
    doc install/ubuntu.txt: add Ubuntu 14.04 LTS Trusty section.

  Modified files:
    doc/source/install/ubuntu.txt

  Modified: doc/source/install/ubuntu.txt (+40 -0)
===================================================================
--- doc/source/install/ubuntu.txt    2014-04-20 20:34:46 +0900 (161d80b)
+++ doc/source/install/ubuntu.txt    2014-04-21 05:48:27 +0900 (c1659d7)
@@ -197,6 +197,46 @@ Install groonga-normalizer-mysql package::
 
   % sudo apt-get -y install groonga-normalizer-mysql
 
+14.04 LTS Trusty Tahr
+----------------------
+
+Add the Groonga apt 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 groonga
+
+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
+
+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 -y install groonga-munin-plugins
+
+There is a package that provides MySQL compatible normalizer as
+Groonga plugins.
+If you want to use that one, install groonga-normalizer-mysql package.
+
+Install groonga-normalizer-mysql package::
+
+  % sudo apt-get -y install groonga-normalizer-mysql
+
 Build from source
 -----------------
 
-------------- next part --------------
HTML����������������������������...
Download 



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