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 JavaWhats 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 DockerWhats 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 ComposeWhats included
- Persist on update
- Version history
- Config optional
- Ideal for server deployment
- Avoid dependency conflict