ramp_utils.deploy.deploy_ramp_event

ramp_utils.deploy.deploy_ramp_event(config, event_config, setup_ramp_repo=True, force=False)

Deploy a RAMP event using a configuration file.

This utility is in charge of creating the kit and data repository for a given RAMP event. It will also setup the database.

Parameters
configstr

The path to the YAML file containing the database information.

event_configstr

The path to the YAML file containing the RAMP information.

setup_ramp_repobool, default is True

Whether or not to setup the RAMP kit and data repositories.

forcebool, default is False

Whether or not to potentially overwrite the repositories, problem and event in the database.