Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

moodle-local-dashboard-example

  • Clone with SSH
  • Clone with HTTPS
  • Polaris Dashboard moodle

    Install moodle Plugin

    • unzip the repository to /local/polaris_dashboard at your moodle web directory

    Install new Database table `polaris_dashboard``

    • go to XMLDB-Editor at the moodle-administration and create the SQL for creating the database

    To build Polaris JavaScript bundle.js

    cd js
    npm install
    npm run build