[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] doc install: add section about Ubuntu 12.04 Precise Pangolin

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:42:57 JST 2012


Kouhei Sutou	2012-04-29 08:40:54 +0900 (Sun, 29 Apr 2012)

  New Revision: 9d5c7046c2adc85d82fa900b58aa1960649376fb
  https://github.com/mroonga/mroonga/commit/9d5c7046c2adc85d82fa900b58aa1960649376fb

  Log:
    doc install: add section about Ubuntu 12.04 Precise Pangolin

  Modified files:
    doc/source/install.rst

  Modified: doc/source/install.rst (+28 -0)
===================================================================
--- doc/source/install.rst    2012-04-29 08:37:30 +0900 (5e8a921)
+++ doc/source/install.rst    2012-04-29 08:40:54 +0900 (364a8fd)
@@ -153,6 +153,34 @@ 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
+
 CentOS 5
 --------
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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