Skip to content

dem4ron/tooling-orchestrator

 
 

Repository files navigation

Tooling Orchestrator

Tests Maintainability Test Coverage

An Orchestrator for Exercism's tooling.

Run locally

This can be run locally using the Procfile or via Docker through the Dockerfile.

To build the Dockerfile, run:

docker build -f Dockerfile.dev -t exercism-tooling-orchestrator .

To execute the Dockerfile.

docker run -p 3021:3021 -v /PATH/TO/PWD:/usr/src/app exercism-tooling-orchestrator:latest

For example:

docker run -p 3021:3021 -v /Users/iHiD/Code/exercism/tooling-orchestrator:/usr/src/app exercism-tooling-orchestrator:latest

It will then sit and wait for messages from the website or invokers.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.8%
  • Dockerfile 6.8%
  • Shell 2.4%