Skip to content

Instantly share code, notes, and snippets.

@yusukei
Created February 5, 2011 11:38
Show Gist options
  • Save yusukei/812389 to your computer and use it in GitHub Desktop.
Save yusukei/812389 to your computer and use it in GitHub Desktop.
install groonga on CentOS 5.5
# sudo rpm -Uvh http://packages.groonga.org/centos/groonga-repository-1.0.0-0.noarch.rpm
# sudo yum update
# sudo yum install -y MySQL-server
# sudo service mysql start
# sudo yum install -y mysql-groonga groonga-tokenizer-mecab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment