Getting started

  1. Step one: install Universum. Use python3.8 -m universum --help to make sure the installation was successful, and also to get the list of available parameters.

  2. Step two: initialize Universum by creating a default configuration file and modifying it according to the project needs.

  3. Step three: use python3.8 -m universum run to check the provided configuration locally.

  4. Step four: submit a working configuration file to a VCS and pass required parameters to Universum to work with it.

  5. Configure CI, using Universum, on a CI server. See the following guides for TeamCity or GitHub.