Navigation Menu

Skip to content

Commit

Permalink
doc centos 5: remove needless SCL related description
Browse files Browse the repository at this point in the history
CentOS 5 doesn't use SCL.
  • Loading branch information
kou committed Nov 10, 2014
1 parent abb3d62 commit 733ccb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/install/centos.rst
Expand Up @@ -21,7 +21,7 @@ Install::
% sudo yum install -y mysql55-mysql-server
% sudo /etc/init.d/mysql55-mysqld start
% sudo yum install -y mysql55-mroonga
(% sudo scl enable mysql55 mysqladmin -u root password 'new-password')
(% sudo mysqladmin -u root password 'new-password')

If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
tokenizer, install groonga-tokenizer-mecab package.
Expand Down

0 comments on commit 733ccb7

Please sign in to comment.