[Groonga-commit] pgroonga/pgroonga.github.io at f521d65 [master] Use PostgreSQL 9.6 on CentOS 5

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 7 01:41:59 JST 2016


Kouhei Sutou	2016-11-07 01:41:59 +0900 (Mon, 07 Nov 2016)

  New Revision: f521d657fcbe89109bfbad3e59e0a6ac907c8126
  https://github.com/pgroonga/pgroonga.github.io/commit/f521d657fcbe89109bfbad3e59e0a6ac907c8126

  Message:
    Use PostgreSQL 9.6 on CentOS 5

  Modified files:
    _po/ja/install/centos.po
    install/centos.md
    ja/install/centos.md

  Modified: _po/ja/install/centos.po (+7 -27)
===================================================================
--- _po/ja/install/centos.po    2016-11-07 01:34:33 +0900 (b4ae146)
+++ _po/ja/install/centos.po    2016-11-07 01:41:59 +0900 (046700c)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-10-08 22:55+0900\n"
+"PO-Revision-Date: 2016-11-07 01:34+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -46,13 +46,13 @@ msgstr "`postgresql-pgroonga`パッケージをインストールします。"
 
 msgid ""
 "```text\n"
-"% sudo -H yum install -y http://yum.postgresql.org/9.5/redhat/rhel-$(rpm -qf -"
+"% sudo -H yum install -y http://yum.postgresql.org/9.6/redhat/rhel-$(rpm -qf -"
 "-queryformat=\"%{VERSION}\" /etc/redhat-release)-$(rpm -qf --queryformat=\"%{ARCH"
-"}\" /etc/redhat-release)/pgdg-centos95-9.5-3.noarch.rpm\n"
+"}\" /etc/redhat-release)/pgdg-centos96-9.6-3.noarch.rpm\n"
 "% sudo -H yum install -y http://packages.groonga.org/centos/groonga-release-1."
 "1.0-1.noarch.rpm\n"
 "% sudo -H yum makecache\n"
-"% sudo -H yum install -y postgresql95-pgroonga\n"
+"% sudo -H yum install -y postgresql96-pgroonga\n"
 "```"
 msgstr ""
 
@@ -74,9 +74,9 @@ msgstr "PostgreSQLを実行します。"
 
 msgid ""
 "```text\n"
-"% sudo -H /sbin/service postgresql-9.5 initdb\n"
-"% sudo -H /sbin/chkconfig postgresql-9.5 on\n"
-"% sudo -H /sbin/service postgresql-9.5 start\n"
+"% sudo -H /sbin/service postgresql-9.6 initdb\n"
+"% sudo -H /sbin/chkconfig postgresql-9.6 on\n"
+"% sudo -H /sbin/service postgresql-9.6 start\n"
 "```"
 msgstr ""
 
@@ -119,26 +119,6 @@ msgstr "## CentOS 6にインストールする方法 {#install-on-6}"
 msgid "You can use the following instruction to install PGroonga on CentOS 6."
 msgstr "CentOS 76PGroongaをインストールする方法は次の通りです。"
 
-msgid ""
-"```text\n"
-"% sudo -H yum install -y http://yum.postgresql.org/9.6/redhat/rhel-$(rpm -qf -"
-"-queryformat=\"%{VERSION}\" /etc/redhat-release)-$(rpm -qf --queryformat=\"%{ARCH"
-"}\" /etc/redhat-release)/pgdg-centos96-9.6-3.noarch.rpm\n"
-"% sudo -H yum install -y http://packages.groonga.org/centos/groonga-release-1."
-"1.0-1.noarch.rpm\n"
-"% sudo -H yum makecache\n"
-"% sudo -H yum install -y postgresql96-pgroonga\n"
-"```"
-msgstr ""
-
-msgid ""
-"```text\n"
-"% sudo -H /sbin/service postgresql-9.6 initdb\n"
-"% sudo -H /sbin/chkconfig postgresql-9.6 on\n"
-"% sudo -H /sbin/service postgresql-9.6 start\n"
-"```"
-msgstr ""
-
 msgid "## How to install on CentOS 7 {#install-on-7}"
 msgstr "## CentOS 7にインストールする方法 {#install-on-7}"
 

  Modified: install/centos.md (+5 -5)
===================================================================
--- install/centos.md    2016-11-07 01:34:33 +0900 (a69526c)
+++ install/centos.md    2016-11-07 01:41:59 +0900 (cb86701)
@@ -21,10 +21,10 @@ You can use the following instruction to install PGroonga on CentOS 5.
 Install `postgresql-pgroonga` package:
 
 ```text
-% sudo -H yum install -y http://yum.postgresql.org/9.5/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos95-9.5-3.noarch.rpm
+% sudo -H yum install -y http://yum.postgresql.org/9.6/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos96-9.6-3.noarch.rpm
 % sudo -H yum install -y http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
 % sudo -H yum makecache
-% sudo -H yum install -y postgresql95-pgroonga
+% sudo -H yum install -y postgresql96-pgroonga
 ```
 
 If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you also need to install `groonga-tokenizer-mecab` package:
@@ -36,9 +36,9 @@ If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you
 Run PostgreSQL:
 
 ```text
-% sudo -H /sbin/service postgresql-9.5 initdb
-% sudo -H /sbin/chkconfig postgresql-9.5 on
-% sudo -H /sbin/service postgresql-9.5 start
+% sudo -H /sbin/service postgresql-9.6 initdb
+% sudo -H /sbin/chkconfig postgresql-9.6 on
+% sudo -H /sbin/service postgresql-9.6 start
 ```
 
 Create a database:

  Modified: ja/install/centos.md (+5 -5)
===================================================================
--- ja/install/centos.md    2016-11-07 01:34:33 +0900 (fe21e6f)
+++ ja/install/centos.md    2016-11-07 01:41:59 +0900 (0b73765)
@@ -21,10 +21,10 @@ CentOS 5にPGroongaをインストールする方法は次の通りです。
 `postgresql-pgroonga`パッケージをインストールします。
 
 ```text
-% sudo -H yum install -y http://yum.postgresql.org/9.5/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos95-9.5-3.noarch.rpm
+% sudo -H yum install -y http://yum.postgresql.org/9.6/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos96-9.6-3.noarch.rpm
 % sudo -H yum install -y http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
 % sudo -H yum makecache
-% sudo -H yum install -y postgresql95-pgroonga
+% sudo -H yum install -y postgresql96-pgroonga
 ```
 
 [MeCab](http://taku910.github.io/mecab/)ベースのトークナイザーを使いたい場合は、`groonga-tokenizer-mecab`パッケージもインストールする必要があります。
@@ -36,9 +36,9 @@ CentOS 5にPGroongaをインストールする方法は次の通りです。
 PostgreSQLを実行します。
 
 ```text
-% sudo -H /sbin/service postgresql-9.5 initdb
-% sudo -H /sbin/chkconfig postgresql-9.5 on
-% sudo -H /sbin/service postgresql-9.5 start
+% sudo -H /sbin/service postgresql-9.6 initdb
+% sudo -H /sbin/chkconfig postgresql-9.6 on
+% sudo -H /sbin/service postgresql-9.6 start
 ```
 
 データベースを作成します。
-------------- next part --------------
HTML����������������������������...
Download 



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