Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 869 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 869 Bytes

Evoke Game Local Plugin

TODO Describe the plugin shortly here.

TODO Provide more detailed description here.

Installing via uploaded ZIP file

  1. Log in to your Moodle site as an admin and go to Site administration > Plugins > Install plugins.
  2. Upload the ZIP file with the plugin code. You should only be prompted to add extra details if your plugin type is not automatically detected.
  3. Check the plugin validation report and finish the installation.

Installing manually

The plugin can be also installed by putting the contents of this directory to

{your/moodle/dirroot}/local/evokegame

Afterwards, log in to your Moodle site as an admin and go to Site administration > Notifications to complete the installation.

Alternatively, you can run

$ php admin/cli/upgrade.php

to complete the installation from the command line.