Set Up a Score

This assumes you've already done the installation steps.

The easiest way to create and manage configurations is through the Backstage web interface:

./scripts/backstage.sh

Open http://localhost:5173 and use the Configuration Manager to create and edit .ini files through the browser.

Manual Configuration

If you prefer to edit configuration files directly, open your mastoscore.ini file (or whatever you named it) and edit it.

All the possible options are listed in the config module, and there is an example ini file you can look at. Here's the highlights.

Mandatory Options

In the [mastoscore] section, you have to define these options.

[fetch] Options

In the [fetch] section you may want to add:

[post] Options

It's worth noting that you can put a different cred_file and different api_base_url here so that you fetch using one userid and one server, and you post using a different user on a different server.

In the [post] section you may want to add:

[graph] Options

In the [graph] section you may want to add:

Run the analysis

When you think you've got your INI file right, go to run an analysis to actually do it!