子ページ
  • CentOS 7 with MariaDB

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

コード ブロック
languagetext
sudo yum install -y httpd
sudo systemctl enable mariadbhttpd
sudo systemctl start mariadbhttpd
sudo yum install -y http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
sudo yum makecache
sudo yum install -y mariadb-server
sudo systemctl enable mariadb
sudo systemctl start mariadb
sudo yum install -y php php-mbstring php-gd php-xml php-mysql
sudo chkconfig httpd on
sudo chkconfig mysqld on
sudo service httpd start
sudo service mysqld start

At this moment, don't set the root password for MySQL
 

Full Text Search and MySQL

WEKO utilize Groonga and Mroonga for the full text search engine.
In order to solve the dependency, version of the groonga  have to be 4.1.0.1.

コード ブロック
languagetext
sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
sudo yum makecachemariadb-mroonga
sudo yum install -y groonga-4.1.0-1.el6tokenizer-mecab
sudo yum install -y php mysqlphp-mroonga
sudo yum install -y groonga-tokenizer-mecabmbstring php-gd php-xml php-mysql

Library for extract the text from PDF file.

コード ブロック
languagetext
sudo yum install -y poppler-utils

...