covex-nn/moodle-version

Moodle version management

Installs: 338

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:metapackage

2.9.4.4 2016-02-01 15:54 UTC

README

Version is a library that helps us with managing the moodle-source package version.

68747470733a2f2f7472617669732d63692e6f72672f636f7665782d6e6e2f6d6f6f646c652d76657273696f6e2e706e673f6272616e63683d6d6173746572

Installation

  • Use this template for composer.json to download Moodle 2.8
{
  "require-dev" : {
    "covex-nn/moodle-version" : "~2.8"
  }, 
  "extra" : {
    "branch-alias": {
      "dev-master": "1.0.x-dev"
    }
  }, 
  "config" : {
    "bin-dir" : "bin"
  }, 
  "minimum-stability" : "dev", 
  "prefer-stable" : true
}
  • Run cd www/admin/cli && php install.php to install Moodle
  • See moodle-package for details