Three DeploymentsAny OS

Java

The Jar file gets you as close to native as possible, great for running on your local machine for testing.

Get Java

Whats included

  • One dependency (Java)
  • Most lightweight
  • Can run in isolated screen

Docker

Docker provides a containerized Jar file allowing you quickly spin up and teardown your instance

Get Docker

Whats included

  • Single Command
  • Config optional
  • Ideal for server deployment
  • Avoid dependency conflict

Docker Compose

Docker Compose is a tool that helps you config Ward as YAML allowing settings to persist during upgrades

Get Docker Compose

Whats included

  • Persist on update
  • Version history
  • Config optional
  • Ideal for server deployment
  • Avoid dependency conflict