Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 551 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 551 Bytes

Requirements

  • Node.js 18.20.8+
  • Tested with Moodle 4.5.1+

Installation

  1. Clone the repository to the directory moodle/mod and rename it to coursegraph
git clone [email protected]:wangtao2001/moodle-mod_coursegraph.git
mv moodle-mod_coursegraph coursegraph
cd coursegraph
  1. Install dependencies
cd vue
npm install
  1. Build the plugin
npm run build
  1. Install the plugin in Moodle

Login to the web interface as an administrator and follow the prompts to upgrade the database as appropriate.