Maritime Update Manager (MUM)

Prerequisites

Install

Install python requirements

pipenv install

Configure the updaters

cp config.sample.toml /path/to/config.toml

Edit the configuration file as needed.

Running MUM

In the virtual environment, run the mum_update command with the config file.

pipenv run mum_update /path/to/toml

or

pipenv shell
mum_update /path/to/toml