Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 680 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 680 Bytes

Starfish Export

A Quartz job for exporting gradebook and assignment data from Sakai to a series of CSV files.

Building

mvn clean install sakai:deploy -Dmaven.tomcat.home=/path/to/tomcat

Configuring

In sakai.properties set the following options:

The path where the exported CSV files will be saved:

starfish.export.path=/mnt/starfish/export

The sites matching this academic term will be exported. Leave this blank to use the most current active term(s)

starfish.export.term=FA18

The exports use the Sakai site id as the Starfish course_section_integration_id by default. To use the provider instead:

starfish.use.provider=true