From 9f341293b9f9531e0f7a06089102b62572a48eb9 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Wed, 11 Sep 2019 16:25:56 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9eaafe49..64ec690d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ As a last step texts can be loaded into an information retrieval system to query ## Setup +0. **Create log files** +``` basj +mkdir /logs +touch /logs/opaque_flask.log +touch /logs/opaque_daemon.log +``` + 1. **Create Docker swarm:** The generated computational workload is handled by a [Docker](https://docs.docker.com/) swarm. A swarm is a group of machines that are running Docker and joined into a cluster. It consists out of two different kinds of members, managers and workers. Currently it is not possible to specify a dedicated Docker host, instead Opaque expects the executing system to be a swarm manager of a swarm with at least one dedicated worker machine. The [swarm setup](https://docs.docker.com/engine/swarm/swarm-tutorial/) process is described best in the Docker documentation.