[Groonga-commit] pgroonga/pgroonga at 9893520 [master] Add but comment how to install on Ubuntu

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 29 00:54:31 JST 2015


Kouhei Sutou	2015-01-29 00:54:31 +0900 (Thu, 29 Jan 2015)

  New Revision: 98935203e7b60ea28e250104692a7a0d1a56ae93
  https://github.com/pgroonga/pgroonga/commit/98935203e7b60ea28e250104692a7a0d1a56ae93

  Message:
    Add but comment how to install on Ubuntu
    
    Because I failed to push package on launchpad. :<

  Modified files:
    README.md

  Modified: README.md (+29 -3)
===================================================================
--- README.md    2015-01-29 00:46:56 +0900 (b443e47)
+++ README.md    2015-01-29 00:54:31 +0900 (cb9c636)
@@ -47,17 +47,42 @@ pg\_trgmとpg\_bigmが使っているGINやGiSTが対応しています。)
 
 ## インストール
 
-次の環境用にはパッケージを用意しています。
+次の環境用のパッケージを用意しています。
 
-  * Ubuntu 14.10
+<!--  * Ubuntu 14.10 -->
   * CentOS 7
 
 その他の環境ではソースからインストールしてください。
 
 それぞれの環境でのインストール方法の詳細は以降のセクションで説明します。
 
+<!--
+
 ### Ubuntu 14.10にインストール
 
+`postgresql-server-9.4-pgroonga`パッケージをインストールします。
+
+    % sudo apt-get -y install software-properties-common
+    % sudo add-apt-repository -y universe
+    % sudo add-apt-repository -y ppa:groonga/ppa
+    % sudo apt-get update
+    % sudo apt-get -y install postgresql-server-9.4-pgroonga
+
+データベースを作成します。
+
+    % sudo -u postgres -H psql --command 'CREATE DATABASE pgroonga_test'
+
+(ここで`pgroonga_test`用のユーザーを作成して、そのユーザーで接続する
+べき。)
+
+データベースに接続して`CREATE EXTENSION pgroonga`を実行します。
+
+    % sudo -u postgres -H psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga'
+
+これでインストールは完了です。
+
+-->
+
 ### CentOS 7にインストール
 
 `postgresql-pgroonga`パッケージをインストールします。
@@ -75,7 +100,8 @@ PostgreSQLを起動します。
 
     % sudo -u postgres -H psql --command 'CREATE DATABASE pgroonga_test'
 
-(ここで`pgroonga_test`ユーザーを作成して、そのユーザーで接続するべき。)
+(ここで`pgroonga_test`用のユーザーを作成して、そのユーザーで接続する
+べき。)
 
 データベースに接続して`CREATE EXTENSION pgroonga`を実行します。
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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