Skip to content

davidherney/moodle-mod_simplecertificate

 
 

Repository files navigation

COMPATIBILITY


This repository is a fork of the original project from https://github.com/bozoh/moodle-mod_simplecertificate The original developer no longer maintains it but it is important to us so we will try to support it as long as possible.

Current version tested on Moodle 4.1.

QUICK INSTALL


There are two installation methods that are available. Follow one of these, then log into your Moodle site as an administrator and visit the notifications page to complete the install.

MOST RECOMMENDED METHOD - Git


If you do not have git installed, please see the below link. Please note, it is not necessary to set up the SSH Keys. This is only needed if you are going to create a repository of your own on github.com.

Once you have git installed, simply visit the Moodle mod directory and clone https://github.com/davidherney/moodle-mod_simplecertificate/, remember to rename the folder to certificate if you do not specify this in the clone command

Eg. Linux command line would be as follow -

git clone https://github.com/davidherney/moodle-mod_simplecertificate/ simplecertificate

Once cloned, checkout the branch that is specific to your Moodle version. eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3

Use git pull to update this branch periodically to ensure you have the latest version.

Download the simplecertificate module.

Visit https://github.com/davidherney/moodle-mod_simplecertificate/, choose the branch that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, uncompress this zip and extract the folder. The folder will have a name similar to moodle-mod_simplecertificate-c9fbadb, you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.

The reason this is not the recommended method is due to the fact you have to over-write the contents of this folder to apply any future updates to the simplecertificate module. In the above method there is a simple command to update the files.

About

It's NOT RECOMMENDED to install version below 2.2.6 (MOODLE_31), due a security issues See more in README

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.1%
  • Gherkin 4.3%
  • Mustache 0.6%