Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 3.15 KB

Install-H5P-plugin.md

File metadata and controls

44 lines (27 loc) · 3.15 KB

Install the H5P plugin

  • Access your Moodle installation with administrator credentials. Navigate to Site Administration in the admin menu, click on Plugins, and select the option to install plugins. Next, click on the button labeled "Install plugins from the Moodle plugins directory."

  • At this point, you may have to log into your moodle.org account. Locate the H5P plugin page and press the button labelled Install now.

* On the following screen, click the "Install now" link next to the site on which you want to install H5P.

  • if you having this kind of error:

Note

There is a request to install plugin Interactive Content – H5P (mod_hvp) version 2023122500 from the Moodle plugins directory on this site. However, the location /var/www/html/moodle/mod is not writable. You need to give write access for the web server user to the location, then press the continue button to repeat the check.

  • follow this Step :
sudo chown -R www-data:www-data /var/www/html/moodle/mod
sudo chmod -R 755 /var/www/html/moodle/mod
sudo chmod -R 775 /var/www/html/moodle/mod/data
  • You'll be redirected back to your site; confirm the installation by clicking on "Continue."

* Review the installation log and look for any error messages. Afterward, click "Continue" again.

  • You are now on the Plugins check page. Confirm that the H5P plugin status is set to "To be installed." Continue by clicking the button labeled "Upgrade Moodle database now" (Note: This process may take some time).

* You should now see a message from the H5P plugin. Take note of whether the content types were automatically installed. If not, proceed to the next section on uploading and creating content. Click "Continue" when you are ready to proceed.

* Verify the H5P Settings and press Save changes. The default settings should be fine for most sites.