<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chamilo e-learning site in Centos7 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/chamilo-e-learning-site-in-centos7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 23 Jul 2018 23:36:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Chamilo e-learning site in Centos7</title>
		<link>https://www.osradar.com/chamilo-e-learning-site-in-centos7/</link>
					<comments>https://www.osradar.com/chamilo-e-learning-site-in-centos7/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Mon, 23 Jul 2018 23:36:44 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Chamilo e-learning site in Centos7]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4983</guid>

					<description><![CDATA[<p>Chamilo is a Free software which is used for virtual/online trainings or Learning Management System. Chamilo comes under GPL License, with Chamilo you can store and organize all of study materials which can be utilized by teachers , trainers  and students. Some of the important features of Chamilo are Course and user management based on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/chamilo-e-learning-site-in-centos7/">Chamilo e-learning site in Centos7</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://chamilo.org/">Chamilo</a> is a Free software which is used for virtual/online trainings or Learning Management System. Chamilo comes under GPL License, with Chamilo you can store and organize all of study materials which can be utilized by teachers , trainers  and students.</p>
<p>Some of the important features of Chamilo are</p>
<ol>
<li>Course and user management based on various user’s profiles like students, Teachers, Session Managers, Administrators.</li>
<li>You can Download, upload or hide some course contents as and when required.</li>
<li>Create, add , delete questions in the form of multiple choice, fill in the blank, matching type questions or open questions.</li>
<li>Various types of survey can be conducted with the help of Chamilo.</li>
<li>You can enable deadline based assignments.</li>
<li>Users can be generated in bulk.</li>
<li>CSV/Excel data can bde downloaded or uploaded and Instant results reports can be generated.</li>
</ol>
<p><strong>My chamilo Server</strong></p>
<p>Hotname = chamilo.osradar.local</p>
<p>IP=  192.168.2.98</p>
<p>RAM = 4GB</p>
<p>CPU = 2 VCPU</p>
<h2><strong>How to Chamilo e-learning site in Centos7<br />
</strong></h2>
<p>First update your CentOS machine</p>
<pre class=""># yum update</pre>
<p>Install required packages</p>
<h3>Installing PHP 5.6 on CentOS 7</h3>
<p>To install <strong>PHP 5.6</strong>, you have to install and enable <strong>EPEL</strong> and <strong>Remi</strong> repository to your CentOS 7 system using the commands below.</p>
<pre class=""># yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 
# yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm</pre>
<p>Enable Remi repo</p>
<pre class="">#yum install yum-utils
# yum-config-manager --enable remi-php56</pre>
<p>&nbsp;</p>
<pre class=""># yum install mariadb mariadb-server httpd php  php-gd  php-redis php-intl  gcc-c++ libuuid-devel

</pre>
<p>Enable   and start Web services.</p>
<pre class=""># systemctl start httpd 
# systemctl enable httpd</pre>
<p>Start and Configure Database services</p>
<pre># systemctl start mariadb
# systemctl enable mariadb</pre>
<p>Create database  Database root password and create user and chamilo  database.</p>
<p><strong>Set Root  password</strong></p>
<pre class=""> mysqladmin -u root password "password"</pre>
<p><strong>Check  if iets working</strong></p>
<pre class="">[root@osradar ~]# mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 3
Server version: 5.5.56-MariaDB MariaDB Server

Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]&gt;</pre>
<p>Create Chamilo database en user Chamilo</p>
<pre class=""><strong>MariaDB [(none)]&gt; create database chamilo;</strong>
Query OK, 1 row affected (0.00 sec)

<strong>MariaDB [(none)]&gt; create user 'chamilo'@'localhost' identified by "password";</strong>
Query OK, 0 rows affected (0.00 sec)

<strong>MariaDB [(none)]&gt; grant all on chamilo.* to 'chamilo'@'localhost';</strong>
Query OK, 0 rows affected (0.00 sec)

MariaDB [(none)]&gt; \q
Bye</pre>
<p><strong>Download  <a href="https://chamilo.org/en/download/">last Release </a> Chamilo to  /var/www/html</strong></p>
<p><img loading="lazy" class="alignnone size-full wp-image-4994" src="https://www.osradar.com/wp-content/uploads/2018/07/down-chamilo.png" alt="" width="1142" height="701" srcset="https://www.osradar.com/wp-content/uploads/2018/07/down-chamilo.png 1142w, https://www.osradar.com/wp-content/uploads/2018/07/down-chamilo-300x184.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/down-chamilo-768x471.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/down-chamilo-1024x629.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/down-chamilo-356x220.png 356w, https://www.osradar.com/wp-content/uploads/2018/07/down-chamilo-696x427.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/down-chamilo-1068x656.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/down-chamilo-684x420.png 684w" sizes="(max-width: 1142px) 100vw, 1142px" /></p>
<pre class=""> wget https://github.com/chamilo/chamilo-lms/releases/download/v1.11.6/chamilo-1.11.6-php5.zip
--2018-07-23 18:14:22-- https://github.com/chamilo/chamilo-lms/releases/download/v1.11.6/chamilo-1.11.6-php5.zip
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.

2018-07-23 17:16:14 (4.11 MB/s) - ‘master.zip’ saved [95143699/95143699]</pre>
<p>Unzip  the file and  move the folder to  chamilo</p>
<pre class="">unzip chamilo-1*.zip
mv chamilo-1*  chamilo</pre>
<p><strong>Configure  apache</strong></p>
<pre class="">[root@osradar html]# chmod -R 744 /var/www/html/chamilo
[root@osradar html]# chown -R apache: /var/www/html/chamilo</pre>
<p><strong>Configure the firewall</strong></p>
<pre class="">[root@osradar html]# firewall-cmd --permanent --add-service=http
[root@osradar html]# firewall-cmd --reload</pre>
<p>Start   the Installation from  http://IP/chamilo</p>
<p><img loading="lazy" class="alignnone size-full wp-image-4996" src="https://www.osradar.com/wp-content/uploads/2018/07/chamilo11.png" alt="" width="1430" height="930" srcset="https://www.osradar.com/wp-content/uploads/2018/07/chamilo11.png 1430w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo11-300x195.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo11-768x499.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo11-1024x666.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo11-696x453.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo11-1068x695.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo11-646x420.png 646w" sizes="(max-width: 1430px) 100vw, 1430px" /></p>
<p><img loading="lazy" class="alignnone size-full wp-image-5001" src="https://www.osradar.com/wp-content/uploads/2018/07/chamilo12.png" alt="" width="1428" height="750" srcset="https://www.osradar.com/wp-content/uploads/2018/07/chamilo12.png 1428w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo12-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo12-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo12-1024x538.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo12-696x366.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo12-1068x561.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo12-800x420.png 800w" sizes="(max-width: 1428px) 100vw, 1428px" /> <img loading="lazy" class="alignnone size-full wp-image-5002" src="https://www.osradar.com/wp-content/uploads/2018/07/chamilo13.png" alt="" width="1330" height="757" srcset="https://www.osradar.com/wp-content/uploads/2018/07/chamilo13.png 1330w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo13-300x171.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo13-768x437.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo13-1024x583.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo13-696x396.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo13-1068x608.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo13-738x420.png 738w" sizes="(max-width: 1330px) 100vw, 1330px" /> <img loading="lazy" class="alignnone size-full wp-image-5003" src="https://www.osradar.com/wp-content/uploads/2018/07/chamilo14.png" alt="" width="1319" height="661" srcset="https://www.osradar.com/wp-content/uploads/2018/07/chamilo14.png 1319w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo14-300x150.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo14-768x385.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo14-1024x513.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo14-696x349.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo14-1068x535.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo14-838x420.png 838w" sizes="(max-width: 1319px) 100vw, 1319px" /> <img loading="lazy" class="alignnone size-full wp-image-5004" src="https://www.osradar.com/wp-content/uploads/2018/07/chamilo15.png" alt="" width="1322" height="841" srcset="https://www.osradar.com/wp-content/uploads/2018/07/chamilo15.png 1322w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo15-300x191.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo15-768x489.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo15-1024x651.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo15-696x443.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo15-1068x679.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo15-660x420.png 660w" sizes="(max-width: 1322px) 100vw, 1322px" /> <img loading="lazy" class="alignnone size-full wp-image-5005" src="https://www.osradar.com/wp-content/uploads/2018/07/chamilo16.png" alt="" width="1362" height="734" srcset="https://www.osradar.com/wp-content/uploads/2018/07/chamilo16.png 1362w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo16-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo16-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo16-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo16-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo16-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo16-779x420.png 779w" sizes="(max-width: 1362px) 100vw, 1362px" /> <img loading="lazy" class="alignnone size-full wp-image-5006" src="https://www.osradar.com/wp-content/uploads/2018/07/chamilo17.png" alt="" width="1054" height="673" srcset="https://www.osradar.com/wp-content/uploads/2018/07/chamilo17.png 1054w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo17-300x192.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo17-768x490.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo17-1024x654.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo17-696x444.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo17-658x420.png 658w" sizes="(max-width: 1054px) 100vw, 1054px" /> <img loading="lazy" class="alignnone size-full wp-image-5007" src="https://www.osradar.com/wp-content/uploads/2018/07/chamilo18.png" alt="" width="1398" height="845" srcset="https://www.osradar.com/wp-content/uploads/2018/07/chamilo18.png 1398w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo18-300x181.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo18-768x464.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo18-1024x619.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo18-696x421.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo18-1068x646.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/chamilo18-695x420.png 695w" sizes="(max-width: 1398px) 100vw, 1398px" /></p>
<p>Cheers!!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/chamilo-e-learning-site-in-centos7/">Chamilo e-learning site in Centos7</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/chamilo-e-learning-site-in-centos7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
