The environment file must have following variables defined:
Check out a component with the MAIA Agent command maia checkout.
bundle exec maia checkout -c component_name
Go to the root directory of the component.
cd <%INSTALL_PATH%>/component_name
If the component has no configuration file, create a configuration file.
touch MAIA.yml
Edit the parameters in the configuration file. The file must contain at least the parameters version, rev and subcomponents.
Example of a basic component configuration file.
version: 4.0
rev: 1.0.2
subcomponents:
-name: core
-name: core_test
Each subcomponent must have a configuration file of their own.
Save the configuration file and make a commit to the version control system.