Skip to content

Commit 399c848

Browse files
committed
docs: finish README
1 parent 01a2483 commit 399c848

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# Experiment Executor
1+
# Experiment Executor
2+
3+
The Experiment Executor is a component of the MiSArch Experiment Tool and is responsible for executing experiments defined in an experiment.
4+
It provides a REST API to trigger and manage experiments.
5+
6+
## Documentation
7+
8+
Detailed information about the Experiment Executor service can be found in the [documentation](https://misarch.github.io/docs/docs/dev-manuals/other-repositories/experiment-executor).
9+
10+
11+
## Getting started
12+
13+
A development version of the Experiment Executor service can be started using docker compose:
14+
15+
```bash
16+
docker-compose -f docker-compose-base.yaml up --build
17+
```

0 commit comments

Comments
 (0)