[Groonga-commit] groonga/groonga at 1d66344 [master] doc: use local install instead of remote install on CentOS 5

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 30 22:18:38 JST 2016


Kouhei Sutou	2016-11-30 22:18:38 +0900 (Wed, 30 Nov 2016)

  New Revision: 1d663443a1d7ab7d75f2021a68fb61c3591cab2e
  https://github.com/groonga/groonga/commit/1d663443a1d7ab7d75f2021a68fb61c3591cab2e

  Message:
    doc: use local install instead of remote install on CentOS 5
    
    Remote install doesn't work on CentOS 5.

  Modified files:
    doc/source/install/centos.rst

  Modified: doc/source/install/centos.rst (+2 -2)
===================================================================
--- doc/source/install/centos.rst    2016-11-30 22:18:23 +0900 (27c10b5)
+++ doc/source/install/centos.rst    2016-11-30 22:18:38 +0900 (7aed7e7)
@@ -19,8 +19,8 @@ CentOS 5
 
 Install::
 
-  % sudo yum install -y http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
-  % sudo yum makecache
+  % wget http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
+  % sudo yum install -y --nogpgcheck groonga-release-1.2.0-1.noarch.rpm
   % sudo yum install -y groonga
 
 .. include:: server-use.inc
-------------- next part --------------
HTML����������������������������...
下载 



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