moodle_local_treestudyplan/README.md

16 lines
803 B
Markdown
Raw Normal View History

# moodle-local_treestudyplan
2023-08-15 16:26:03 +02:00
## Installing
Install the plugin by adding the zip file from the
2023-08-15 16:26:03 +02:00
## Documentation / User manual
After installing the plugin, the user manual can be found under **Site administration** -> **Courses** -> **Studyplans** -> **Studyplan plugin documentation**
Alternatively, you can unpack this ZIP file and open the **doc/index.html** file.
(Note that viewing the html files directly will not five the optimal experience, since fontawesome tags and bootstrap items will not be properly rendered)
2023-07-07 15:51:16 +02:00
2023-08-15 16:26:03 +02:00
## Development
To build a release zip, you can use the script **./build.sh**. This script calls grunt to build the javascript minified files where needed and creates a relase zip file with the current plugin version (as defined in *version.php*) in the directory **/build**
2023-07-07 17:22:48 +02:00