[Groonga-commit] pgroonga/pgroonga.github.io at d92206a [master] Use local install instead of remote install on CentOS 5

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 30 22:16:26 JST 2016


Kouhei Sutou	2016-11-30 22:16:26 +0900 (Wed, 30 Nov 2016)

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

  Message:
    Use local install instead of remote install on CentOS 5
    
    It remote install doesn't work on CentOS 5.

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

  Modified: _po/ja/install/centos.po (+15 -4)
===================================================================
--- _po/ja/install/centos.po    2016-11-30 18:25:32 +0900 (3b49c88)
+++ _po/ja/install/centos.po    2016-11-30 22:16:26 +0900 (3703528)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-11-07 01:34+0900\n"
+"PO-Revision-Date: 2016-11-30 17:35+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -49,8 +49,8 @@ msgid ""
 "% 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"
+"% wget http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm\n"
+"% sudo -H yum install -y --nogpgcheck groonga-release-1.2.0-1.noarch.rpm\n"
 "% sudo -H yum install -y postgresql96-pgroonga\n"
 "```"
 msgstr ""
@@ -118,6 +118,17 @@ 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."
+"2.0-1.noarch.rpm\n"
+"% sudo -H yum install -y postgresql96-pgroonga\n"
+"```"
+msgstr ""
+
 msgid "## How to install on CentOS 7 {#install-on-7}"
 msgstr "## CentOS 7にインストールする方法 {#install-on-7}"
 
@@ -130,7 +141,7 @@ msgid ""
 "-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"
+"2.0-1.noarch.rpm\n"
 "% sudo -H yum install -y epel-release\n"
 "% sudo -H yum install -y postgresql96-pgroonga\n"
 "```"

  Modified: install/centos.md (+2 -1)
===================================================================
--- install/centos.md    2016-11-30 18:25:32 +0900 (43f7ab7)
+++ install/centos.md    2016-11-30 22:16:26 +0900 (f41f5f0)
@@ -22,7 +22,8 @@ Install `postgresql-pgroonga` package:
 
 ```text
 % 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.2.0-1.noarch.rpm
+% wget http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
+% sudo -H yum install -y --nogpgcheck groonga-release-1.2.0-1.noarch.rpm
 % sudo -H yum install -y postgresql96-pgroonga
 ```
 

  Modified: ja/install/centos.md (+4 -3)
===================================================================
--- ja/install/centos.md    2016-11-30 18:25:32 +0900 (42eab00)
+++ ja/install/centos.md    2016-11-30 22:16:26 +0900 (30fc4d0)
@@ -22,7 +22,8 @@ CentOS 5にPGroongaをインストールする方法は次の通りです。
 
 ```text
 % 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
+% wget http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
+% sudo -H yum install -y --nogpgcheck groonga-release-1.2.0-1.noarch.rpm
 % sudo -H yum install -y postgresql96-pgroonga
 ```
 
@@ -66,7 +67,7 @@ CentOS 76PGroongaをインストールする方法は次の通りです。
 
 ```text
 % 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 install -y http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
 % sudo -H yum install -y postgresql96-pgroonga
 ```
 
@@ -110,7 +111,7 @@ CentOS 7にPGroongaをインストールする方法は次の通りです。
 
 ```text
 % 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 install -y http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
 % sudo -H yum install -y epel-release
 % sudo -H yum install -y postgresql96-pgroonga
 ```
-------------- next part --------------
HTML����������������������������...
下载 



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