-
Notifications
You must be signed in to change notification settings - Fork 668
Generic Module Framework: Running New Modules
Marc Hadley edited this page Oct 10, 2019
·
3 revisions
All new modules should be saved in a local directory that is passed to SyntheaTM when it is run. For users of the basic setup:
java -jar synthea-with-dependencies.jar -d path/to/modules/directory
For those using the developer setup:
./run_synthea -d path/to/modules/directory
Synthea will scan the supplied directory for modules and include them in its output.