Tag: ClipBucket 2.8.1

Introduced ClipBucket 2.8.1 to CentOS 7 (minimum configuration)

Add repository # rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm # yum -y install epel-release Required package installation # yum -y install httpd mariadb-server mariadb php php-devel php-gd php-mysql php-curl php-xsl php-cli php-mbstring php-pear unzip php-pecl-imagick ImageMagick ImageMagick-devel ImageMagick-perl lshw ffmpeg ruby gpac mediainfo mplayer # gem install flvtool2 Automatic startup setting of service # systemctl enable httpd.service # systemctl enable mariadb.service SELINUX disable # vi /etc/selinux/config SELINUX=enforcing ⇒ SELINUX=disabled php.ini config # vi /etc/php.ini output_buffering = 4096 ⇒ […]