The following pages and posts are tagged with

TitleTypeExcerpt
Building Ditto Page Building with Apache Maven In order to build Ditto with Maven, you’ll need: JDK 11 >= 1.0.5, Apache Maven 3.x installed, a running Docker daemon (at least version 18.06 CE). mvn clean install cd services sh build-images.sh Building with Docker...
Operating Ditto Page Once you have successfully started Ditto, proceed with setting it up for continuous operation. This page shows the basics for operating Ditto. Configuration Each of Ditto’s microservice has many options for configuration, e.g. timeouts, cache sizes, etc. In order to have a look at all possible configuration options and...
Running Ditto Page Start Ditto In order to start Ditto, you’ll need: a running Docker daemon (at least version 18.06 CE), Docker Compose installed (at least version 1.22), the built Docker images of Ditto either by building them as described in Building Ditto, or by using the pre-built <a...