OCS Server Installation
Install this on Centos 7 Disable selinuxsetenforce 0 Install wgetyum install wget -y 4 echo “net.ipv6.conf.all.disable_ipv6 = 1” >> /etc/sysctl.conf 5 echo “net.ipv6.conf.default.disable_ipv6 = 1” >> /etc/sysctl.conf 6 echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 7 echo 1 > /proc/sys/net/ipv6/conf/default/disable_ipv6 8 yum -y update 9 yum -y install httpd mariadb mariadb-server php php-mysql php-fpm 10 yum -y install …. Read More
Moodle Installation
Moodle Requirements In order to run Moodle on your CentOS 7 server, you need the following requirements pre-installed: Web Server: Apache >= 2.0 compiled with mod_rewrite module, or Nginx PHP >= PHP 7.0 or above is recommended, with the following PHP extensions enabled: intl, Zip, XMLRPC, Soap and opcache MySQL 5.5.31 or later, MariaDB 5.5.31 …. Read More
OTRS Installation
Enable EPEL Repository which will install some additional perl modules for OTRS. # yum install epel-release Update your system It’s a good practice to make your system packages up to date. Run the following command as root user. # yum update we’ll use MySQL for our database, so install MariaDB (which is a fork of MySQL). sudo …. Read More