https://github.com/exercism/tooling-orchestrator
https://github.com/exercism/tooling-orchestrator
community-contributions-paused
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exercism/tooling-orchestrator
- Owner: exercism
- License: other
- Created: 2020-07-21T17:16:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T14:10:34.000Z (over 1 year ago)
- Last Synced: 2025-04-29T06:26:16.250Z (2 months ago)
- Topics: community-contributions-paused
- Language: Ruby
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Tooling Orchestrator

[](https://codeclimate.com/github/exercism/tooling-orchestrator/maintainability)
[](https://codeclimate.com/github/exercism/tooling-orchestrator/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.