The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Building Ditto | Page | Building with Apache Maven In order to build Ditto with Maven, you’ll need: JDK 11 >= 11.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 Ditto has many config parameters which can be set in the config files or via environment variables. This section will cover some of Ditto’s config parameters.... |
Running Ditto | Page | Start Ditto In order to start Ditto, you’ll need: a MongoDB service or container with version 4.2 as backing datastore of Ditto. (if you want to use a managed MongoDB service have a look in the section below) the built Docker images of Ditto either... |