Installation
The following tutorial is for integrating the Rybená solution into EAD Moodle platform Integration is carried out through customization carried out in the platform's theme, this way the change is applied to all pages at once
Steps for installing the Rybená solution
1. Enter the appearance management page in Moodle
Dashboard → Site Administration → Appearance → Additional HTML
2. Include the following Javascript code between the website's <head></head>
tags, located at the following path:
<script type="text/javascript" src="https://cdn.rybena.com.br/dom/master/latest/rybena.js"></script>
ATTENTION
If the page where the installation is being done does not use the https protocol, it is necessary to replace the https protocol in the code above with http;
3. Save changes
4. Clear the Moodle cache in the following path:
Dashboard → Site Administration → Development → Delete everything in caches
5. Reload the page where Rybená must be installed;
TIP
In this new version of Rybená it is no longer necessary to include the load() function between the <body></body>
tags on the website