Skip to content

Installation

DamienVauchel edited this page Nov 24, 2025 · 5 revisions

Follow these steps to install the Edflex Connector on your Moodle platform.

✔️ Prerequisites

  • Moodle >4.0 (required)
  • Admin access to the Moodle instance
  • An active Edflex subscription
  • API keys or configuration parameters provided by Edflex

📦 Installation via ZIP file (recommended)

  1. Log in as a Moodle administrator
  2. Navigate to: Site administration → Plugins → Install plugins
  3. Upload the plugin ZIP package
  4. Follow the on-screen validation and complete installation
  5. Moodle will guide you through database upgrade steps

🛠 Installation via manual file placement

  1. Unzip the plugin
  2. Copy the folder to: {moodle/dirroot}/mod/edflex
  3. Log in as an admin
  4. Go to Site administration → Notifications to finalize installation

Or use CLI:

php admin/cli/upgrade.php

🔒 Post-installation checklist

  • API credentials configured?
  • Connection to Edflex tested?
  • Activities visible in the Moodle activity chooser?

Proceed to Configuration.

Clone this wiki locally