Apache OpenMeetings install
CentOS6.xにApache OpenMeetingsをインストールしてみます。 基本はここに書かれている手順で行います https://openmeetings.apache.org/installation.html ■前準備 $ yum install -y java-1.8.0-openjdk ntp sox epel-release git gcc $ yum install -y http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm $ yum install -y mysql mysql-devel mysql-server mysql-utilities $ yum install -y ImageMagick GhostScript lame $ yum install -y openoffice.org-core openoffice.org-langpack-ja_JP $ yum groupinstall -y "Development Tools" $ yum install -y zlib-devel git subversion opencv-devel openssl-devel gnutls-devel $ yum install -y glibc-static openssl-static zlib-static ■MySQL設定ファイル(my.cnf)を修正 $ vi /etc/my.cnf # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html [mysqld] # # Remove leading # and set to the amount of RAM for the most important data # cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%. # innodb_buffe