- 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.
- 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."
- 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).