Tag: khare

0 commentsHands-on Setupeasyfree helpfree open source consultingkhareocsopen sourceopen source asset managementopen-sourceopen-source asset managementosiosiglobalosiglobal.invivekVivek khare

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

0 commentsHands-on Setupguideinstallationkharemoodleosisetupstep by stepvivekVivek kharevivekkhare

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