SOFTWARE REQUIREMENTS

You need to:

  • Install Eclipse IDE for Java Developers here.
  • Download the the project.
  • Install the AWS Command Line Interface here.

DOCUMENTATION:

You can refer to the following materials in order to familiarize with OCCI-Studio:

  • The OCCI-Studio tutorial is available here.
  • The necessary materials to ensure the hands-on experience with OCCI-Studio are available here

CONFIGURING the Simulation tool:

  1. Run the DownloadFile class: It retrieves a configuration file
  2. Insert the downloaded file in the same repository as the project
  3. In the Parse class: give your UDM in the parse function. Example, task = parse("/RepositoryOfYouBP/Example.xml");
  4. Run the Parse class