Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 915 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 915 Bytes

EWE-OSLC Environment

The scenario can be built using docker-compose:

docker-compose up -d --build

This builds and runs the docker containers for:

  • Bugzilla
  • The Bugzilla adapter
  • The GitHub adapter
  • The OSLC Automation Server

Bugzilla needs to be configured following the instructions in this tutorial.

EWE Tasker needs to be started as well. In the ewetasker_server directory, run the following command:

docker-compose up -d --build

Follow the instructions in the EWE Tasker repo for more details on how to configure it.

To interact with the resources and create a workflow that generates an issue when a bug is created, there is a set of requests that can be imported and sent using the Insomnia tool.