Quick StartΒΆ

Want to quickly get started working with SPU? Follow these steps:

  1. First open up your config.py file.

  2. Set up appropriate values. You can check out the documentation on the config file here to learn more.

  3. Install the utility with the following command in your shell

    > python setup.py install
    
  4. Set the following environmental variables

    > export GLOBAL_BOARD=...
    > export GLOBAL_BAD_BOARD=...
    
  5. Start the utility with the following command

    > spu
    
  6. All done! Your boards and sprints should be set up in your JIRA instance!