Navigation Menu

Skip to content

Commit

Permalink
doc: use local install instead of remote install on CentOS 5
Browse files Browse the repository at this point in the history
Remote install doesn't work on CentOS 5.
  • Loading branch information
kou committed Nov 30, 2016
1 parent 443ab10 commit 4424241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/install/centos.rst
Expand Up @@ -18,7 +18,8 @@ Mroonga 3.09 release.

Install::

% sudo 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 yum install -y --nogpgcheck groonga-release-1.2.0-1.noarch.rpm
% sudo yum install -y mysql55-mysql-server
% sudo /sbin/service mysql55-mysqld start
% sudo yum install -y mysql55-mroonga
Expand Down

0 comments on commit 4424241

Please sign in to comment.