<?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>Moodle Archives - LinuxTuto</title>
	<atom:link href="https://www.linuxtuto.com/tag/moodle/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.linuxtuto.com/tag/moodle/</link>
	<description>Linux Sysadmin and DevOps blog</description>
	<lastBuildDate>Mon, 13 Jun 2022 16:11:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://www.linuxtuto.com/wp-content/uploads/2022/01/cropped-LT_faveicon-32x32.png</url>
	<title>Moodle Archives - LinuxTuto</title>
	<link>https://www.linuxtuto.com/tag/moodle/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">201456972</site>	<item>
		<title>How to Install Moodle on Debian 11</title>
		<link>https://www.linuxtuto.com/how-to-install-moodle-on-debian-11/</link>
					<comments>https://www.linuxtuto.com/how-to-install-moodle-on-debian-11/#comments</comments>
		
		<dc:creator><![CDATA[LinuxTuto]]></dc:creator>
		<pubDate>Mon, 13 Jun 2022 16:11:05 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Moodle]]></category>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=444</guid>

					<description><![CDATA[<p>Moodle is a popular, free, and open-source Course Management system based on PHP released under the GNU General Public License. The Moodle platform is highly...</p>
<p>The post <a href="https://www.linuxtuto.com/how-to-install-moodle-on-debian-11/">How to Install Moodle on Debian 11</a> appeared first on <a href="https://www.linuxtuto.com">LinuxTuto</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Moodle is a popular, free, and open-source Course Management system based on PHP released under the GNU General Public License.</p>
<p>The Moodle platform is highly customizable and takes a modular approach to features, so it is extensible and adaptable to your needs. It is probably most popular open source learning management platform available today.</p>
<p>In this tutorial, we will show you how to install Moodle on your Debian 11 OS.</p>
<h2><span class="has-inline-color has-vivid-purple-color">Step 1: Update Operating System</span></h2>
<p>Update and upgrade the system repositories to make sure all existing packages are up to date:</p>
<pre><code>$ sudo apt update &amp;&amp; sudo apt upgrade</code></pre>
<h2><span class="has-inline-color has-vivid-purple-color">Step 2: Install Apache webserver</span></h2>
<p>Apache web server is available on the Debian repository and can be installed via <code>apt</code> package manager by executing the following command:</p>
<pre><code>$ sudo apt install apache2</code></pre>
<p>You can start the Apache service and configure it to run on startup by entering the following commands:</p>
<pre><code>$ sudo systemctl start apache2
$ sudo systemctl enable apache2</code></pre>
<p>Verify the status of the <code>Apache</code> service using <code>systemctl status</code> command:</p>
<pre><code>$ sudo systemctl status apache2</code></pre>
<p>Output:</p>
<pre><code><span style="color: #00ff00;">●</span> apache2.service - The Apache HTTP Server
     Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
     Active: <span style="color: #00ff00;">active (running)</span>
       Docs: https://httpd.apache.org/docs/2.4/
    Process: 459 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
   Main PID: 666 (apache2)
      Tasks: 6 (limit: 2301)
     Memory: 24.3M
        CPU: 439ms
     CGroup: /system.slice/apache2.service
             ├─666 /usr/sbin/apache2 -k start
             ├─677 /usr/sbin/apache2 -k start
             ├─678 /usr/sbin/apache2 -k start
             ├─679 /usr/sbin/apache2 -k start
             ├─680 /usr/sbin/apache2 -k start
             └─681 /usr/sbin/apache2 -k start
</code></pre>
<p>You can test to make sure everything is working correctly by navigating to:</p>
<pre><code>http://your-IP-address</code></pre>
<p>If everything is configured properly, you should be greeted by the Apache2 Debian Default Page, as seen below.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-447 size-large" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/Apache2_Debian-1024x587.jpg" alt="Apache2 Debian Default Page" width="1024" height="587" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/Apache2_Debian-1024x587.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/Apache2_Debian-300x172.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/Apache2_Debian-768x440.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/Apache2_Debian-1536x880.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/Apache2_Debian-1222x700.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/Apache2_Debian-897x514.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/Apache2_Debian-684x392.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/Apache2_Debian.jpg 1885w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<h2><span class="has-inline-color has-vivid-purple-color">Step 3: Install PHP and PHP extensions for Moodle</span></h2>
<p>By default, Debian 11 comes with PHP version 7.4.</p>
<p>You can install PHP and required PHP extensions using the following command:</p>
<pre><code>$ sudo apt install php libapache2-mod-php php-iconv php-intl php-soap php-zip php-curl php-mbstring php-mysql php-gd php-xml php-pspell php-json php-xmlrpc</code></pre>
<p>Verify if PHP is installed.</p>
<pre><code>php -v</code></pre>
<pre><code>Output: PHP 7.4.28 (cli) (built: Feb 17 2022 16:17:19) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.28, Copyright (c), by Zend Technologies
</code></pre>
<h2><span class="has-inline-color has-vivid-purple-color">Step 4: Install MariaDB</span></h2>
<p>We will use MariaDB as the database system for Moodle (Moodle supports MariaDB/MySQL and PostgreSQL).</p>
<p>You can <a href="https://www.linuxtuto.com/how-to-install-mariadb-10-7-on-debian-11/">install MariaDB</a> with the following command:</p>
<pre><code>$ sudo apt install mariadb-server mariadb-client</code></pre>
<p>The commands below can be used to stop, start and enable MariaDB service to start automatically at the next boot:</p>
<pre><code>$ sudo systemctl start mariadb
$ sudo systemctl stop mariadb
$ sudo systemctl enable mariadb</code></pre>
<p>Also, you can verify the status of the <code>MariaDB</code> service using <code>systemctl status</code> command:</p>
<pre><code>$ sudo systemctl status mariadb</code></pre>
<p>Output:</p>
<pre><code><span style="color: #00ff00;">●</span> mariadb.service - MariaDB 10.5.15 database server
     Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
     Active: <span style="color: #00ff00;">active (running)</span>
       Docs: man:mariadbd(8)
             https://mariadb.com/kb/en/library/systemd/
   Main PID: 16987 (mariadbd)
     Status: "Taking your SQL requests now..."
      Tasks: 8 (limit: 2287)
     Memory: 63.0M
        CPU: 1.403s
     CGroup: /system.slice/mariadb.service
             └─16987 /usr/sbin/mariadbd
</code></pre>
<p>Then open the MariaDB default configuration file:</p>
<pre><code>$ sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf</code></pre>
<p>Under &#8216;<strong>[mysqld]</strong>&#8216; line, paste the following configuration:</p>
<pre><code>default_storage_engine = innodb
innodb_file_per_table = 1
innodb_file_format = Barracuda</code></pre>
<p>Save and exit, then restart MariaDB service:</p>
<pre><code>$ sudo systemctl restart mariadb</code></pre>
<h2><span class="has-inline-color has-vivid-purple-color">Step 5: Create Database</span></h2>
<p>Log into the MariaDB prompt:</p>
<pre><code>$ sudo  mysql -u root</code></pre>
<p>To create a database, database user, and grant all privileges to the database user run the following commands:</p>
<pre><code>MariaDB [(none)]&gt; CREATE DATABASE moodledb;
MariaDB [(none)]&gt; CREATE USER 'moodle_user'@'localhost' IDENTIFIED BY 'Moodle_Passw0rd!';
MariaDB [(none)]&gt; GRANT ALL ON moodledb.* TO 'moodle_user'@'localhost';
MariaDB [(none)]&gt; FLUSH PRIVILEGES;
MariaDB [(none)]&gt; EXIT</code></pre>
<h2><span class="has-inline-color has-vivid-purple-color">Step 6: Download Moodle</span></h2>
<p>We will now download the latest stable Moodle version from the <a href="https://download.moodle.org/releases/latest/">Moodle Official site</a>.</p>
<p>Use the following command to download Moodle:</p>
<pre><code>$ sudo wget https://download.moodle.org/download.php/direct/stable400/moodle-4.0.1.zip</code></pre>
<p>Extract file into the folder <strong>/var/www/html/</strong> with the following command:</p>
<pre><code>$ sudo unzip moodle-4.0.1.zip -d /var/www/html/</code></pre>
<p>Then, create a new directory in <code>/var/www/html</code> directory:</p>
<pre><code>$ sudo mkdir /var/www/html/moodledata</code></pre>
<p>Enable permission for the Apache webserver user to access the files:</p>
<pre><code>$ sudo chown -R www-data:www-data /var/www/html/moodle/
$ sudo chmod -R 755 /var/www/html/moodle/
$ sudo chown -R www-data:www-data /var/www/html/moodledata/</code></pre>
<h2><span class="has-inline-color has-vivid-purple-color">Step 7: Configure Apache Web Server for Moodle</span></h2>
<p>Navigate to <code>/etc/apache2/sites-available</code> directory and run the following command to create a configuration file for your installation:</p>
<pre><code><span class="hljs-meta">$</span><span class="bash"> sudo nano /etc/apache2/sites-available/moodle.conf</span></code></pre>
<p>Add the following content:</p>
<pre><code>&lt;VirtualHost *:80&gt;

ServerAdmin webmaster@your-domain.com

ServerName your-domain.com
ServerAlias www.your-domain.com
DocumentRoot /var/www/html/moodle

&lt;Directory /var/www/html/moodle/&gt;
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
&lt;/Directory&gt;

ErrorLog ${APACHE_LOG_DIR}/your-domain.com_error.log
CustomLog ${APACHE_LOG_DIR}/your-domain.com_access.log combined

&lt;/VirtualHost&gt;
</code></pre>
<p>Save the file and Exit.</p>
<p>Enable the virtual host:</p>
<pre><code>$ sudo a2ensite moodle.conf</code></pre>
<p>After that, restart the Apache web server.</p>
<pre><code>$ sudo systemctl restart apache2</code></pre>
<h2><span class="has-inline-color has-vivid-purple-color">Step 8: Access Moodle Web Installer</span></h2>
<p>Open your browser type your domain e.g <code>http://your-domain.com</code> You will see the Moodle installation page.</p>
<p>Choose a language, and then click &#8216;<strong>Next</strong>&#8216;:</p>
<p><img decoding="async" class="size-large wp-image-455 aligncenter" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_choose_a_language-1024x396.jpg" alt="Moodle Install Page" width="1024" height="396" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_choose_a_language-1024x396.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_choose_a_language-300x116.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_choose_a_language-768x297.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_choose_a_language-1536x594.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_choose_a_language-1222x472.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_choose_a_language-897x347.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_choose_a_language-684x264.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_choose_a_language.jpg 1912w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Configure the URL, web root directory, and data directory and then click &#8216;<strong>Next</strong>&#8216;:</p>
<p><img decoding="async" class="size-large wp-image-456 aligncenter" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_confirm_path-1024x579.jpg" alt="Moodle Confirm Path" width="1024" height="579" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_confirm_path-1024x579.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_confirm_path-300x170.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_confirm_path-768x434.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_confirm_path-1536x869.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_confirm_path-1222x691.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_confirm_path-897x507.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_confirm_path-684x387.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_confirm_path.jpg 1908w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Configure &#8216;<strong>Database driver</strong>&#8216;, use MariaDB database server and then click &#8216;<strong>Next</strong>&#8216;.</p>
<p><img loading="lazy" decoding="async" class="size-large wp-image-457 aligncenter" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/chose_database_driver-1024x391.jpg" alt="Moodle Chose Database Driver" width="1024" height="391" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/chose_database_driver-1024x391.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/chose_database_driver-300x115.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/chose_database_driver-768x293.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/chose_database_driver-1536x587.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/chose_database_driver-1222x467.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/chose_database_driver-897x343.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/chose_database_driver-684x261.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/chose_database_driver.jpg 1908w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p>Type in the database information and then click &#8216;<strong>Next</strong>&#8216; to continue.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-458 size-large" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_database_setings-1024x577.jpg" alt="Moodle Database Settings" width="1024" height="577" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_database_setings-1024x577.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_database_setings-300x169.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_database_setings-768x433.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_database_setings-1536x865.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_database_setings-1222x688.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_database_setings-897x505.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_database_setings-684x385.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_database_setings.jpg 1898w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p>Accept the Copyright Agreement. Just click &#8216;<strong>Continue</strong>&#8216;.</p>
<p><img loading="lazy" decoding="async" class="size-large wp-image-459 aligncenter" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_conditions-1024x538.jpg" alt="Moodle Conditions" width="1024" height="538" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_conditions-1024x538.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_conditions-300x157.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_conditions-768x403.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_conditions-1536x806.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_conditions-1222x641.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_conditions-897x471.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_conditions-684x359.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_conditions.jpg 1907w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p>System Checking, checks the server configuration and all PHP extensions needed by Moodle.</p>
<p><img loading="lazy" decoding="async" class="size-large wp-image-460 aligncenter" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_installation-1024x586.jpg" alt="" width="1024" height="586" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_installation-1024x586.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_installation-300x172.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_installation-768x440.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_installation-1536x880.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_installation-1222x700.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_installation-897x514.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_installation-684x392.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_installation.jpg 1884w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>If all the requirements are <strong>OK</strong> click ‘<strong>Continue</strong>’</p>
<p><img loading="lazy" decoding="async" class="size-large wp-image-467 aligncenter" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_minimum_requirements-1024x109.jpg" alt="Moodle Minimum Requirements" width="1024" height="109" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_minimum_requirements-1024x109.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_minimum_requirements-300x32.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_minimum_requirements-768x82.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_minimum_requirements-1536x163.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_minimum_requirements-1222x130.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_minimum_requirements-897x95.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_minimum_requirements-684x73.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_minimum_requirements.jpg 1882w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p>Make sure all results are &#8216;<strong>Success</strong>&#8216;. Then click &#8216;<strong>Continue</strong>&#8216; again.</p>
<p><img loading="lazy" decoding="async" class="size-large wp-image-469 aligncenter" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_plugins-1024x493.jpg" alt="Plugins Installer" width="1024" height="493" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_plugins-1024x493.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_plugins-300x145.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_plugins-768x370.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_plugins-1536x740.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_plugins-1222x589.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_plugins-897x432.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_plugins-684x329.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_plugins.jpg 1883w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p>Fill in your admin info and click &#8216;<strong>Update profile</strong>&#8216;.</p>
<p><img loading="lazy" decoding="async" class="size-large wp-image-472 aligncenter" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_admin_information-1024x493.jpg" alt="Admin Information" width="1024" height="493" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_admin_information-1024x493.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_admin_information-300x144.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_admin_information-768x370.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_admin_information-1536x739.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_admin_information-1222x588.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_admin_information-897x432.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_admin_information-684x329.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_admin_information.jpg 1893w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p>You will be redirected to the user admin &#8216;<strong>Dashboard</strong>&#8216;:</p>
<p><img loading="lazy" decoding="async" class="size-large wp-image-474 aligncenter" src="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_welcome_admin-1024x281.jpg" alt="Admin Welcome" width="1024" height="281" srcset="https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_welcome_admin-1024x281.jpg 1024w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_welcome_admin-300x82.jpg 300w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_welcome_admin-768x211.jpg 768w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_welcome_admin-1536x422.jpg 1536w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_welcome_admin-1222x336.jpg 1222w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_welcome_admin-897x247.jpg 897w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_welcome_admin-684x188.jpg 684w, https://www.linuxtuto.com/wp-content/uploads/2022/06/moodle_welcome_admin.jpg 1910w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<h2><span class="has-inline-color has-vivid-purple-color">Comments and Conclusion</span></h2>
<p>That’s it. You have successfully installed Moodle on Debian 11 OS.</p>
<p>If you have any questions please leave a comment below.</p>
<p>The post <a href="https://www.linuxtuto.com/how-to-install-moodle-on-debian-11/">How to Install Moodle on Debian 11</a> appeared first on <a href="https://www.linuxtuto.com">LinuxTuto</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.linuxtuto.com/how-to-install-moodle-on-debian-11/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">444</post-id>	</item>
	</channel>
</rss>
