[Groonga-commit] pgroonga/pgroonga.github.io at 8685b87 [master] Require EPEL for CentOS 7

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 7 23:14:49 JST 2016


Kouhei Sutou	2016-11-07 23:14:49 +0900 (Mon, 07 Nov 2016)

  New Revision: 8685b8727f38dcf51a4e8c13248e792811df0d15
  https://github.com/pgroonga/pgroonga.github.io/commit/8685b8727f38dcf51a4e8c13248e792811df0d15

  Message:
    Require EPEL for CentOS 7

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

  Modified: _po/ja/install/centos.po (+12 -1)
===================================================================
--- _po/ja/install/centos.po    2016-11-07 01:48:32 +0900 (046700c)
+++ _po/ja/install/centos.po    2016-11-07 23:14:49 +0900 (3b49c88)
@@ -51,7 +51,6 @@ msgid ""
 "}\" /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 ""
@@ -127,6 +126,18 @@ msgstr "CentOS 7にPGroongaをインストールする方法は次の通りで
 
 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 install -y epel-release\n"
+"% sudo -H yum install -y postgresql96-pgroonga\n"
+"```"
+msgstr ""
+
+msgid ""
+"```text\n"
 "% sudo -H /usr/pgsql-9.6/bin/postgresql96-setup initdb\n"
 "% sudo -H systemctl enable postgresql-9.6\n"
 "% sudo -H systemctl start postgresql-9.6\n"

  Modified: install/centos.md (+1 -3)
===================================================================
--- install/centos.md    2016-11-07 01:48:32 +0900 (cb86701)
+++ install/centos.md    2016-11-07 23:14:49 +0900 (529319f)
@@ -23,7 +23,6 @@ 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.1.0-1.noarch.rpm
-% sudo -H yum makecache
 % sudo -H yum install -y postgresql96-pgroonga
 ```
 
@@ -68,7 +67,6 @@ 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.1.0-1.noarch.rpm
-% sudo -H yum makecache
 % sudo -H yum install -y postgresql96-pgroonga
 ```
 
@@ -113,7 +111,7 @@ 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.1.0-1.noarch.rpm
-% sudo -H yum makecache
+% sudo -H yum install -y epel-release
 % sudo -H yum install -y postgresql96-pgroonga
 ```
 

  Modified: ja/install/centos.md (+1 -3)
===================================================================
--- ja/install/centos.md    2016-11-07 01:48:32 +0900 (0b73765)
+++ ja/install/centos.md    2016-11-07 23:14:49 +0900 (42eab00)
@@ -23,7 +23,6 @@ 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
-% sudo -H yum makecache
 % sudo -H yum install -y postgresql96-pgroonga
 ```
 
@@ -68,7 +67,6 @@ 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 makecache
 % sudo -H yum install -y postgresql96-pgroonga
 ```
 
@@ -113,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 makecache
+% sudo -H yum install -y epel-release
 % sudo -H yum install -y postgresql96-pgroonga
 ```
 
-------------- next part --------------
HTML����������������������������...
Download 



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