Getting Started

This page will help you get started with Majordodo.

In order to get started download the latest zip and unzip it to your working directory.

You need the latest version of Java 8 and to set your JAVA_HOME env variable. Note that only linux startup scripts are provided.

  • In order to start a broker run bin/service broker start
  • In order to start a worker run bin/service worker start
  • Submit your tasks to Majordodo (see TaskSubmissionExample.java)

The HTTP API with a brief overview of the system will be available at http://localhost:7364/majordodo
The config files, with a brief explanation of each properties, will be available inside the conf directory.