Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 542 Bytes

runtime-requirements.md

File metadata and controls

19 lines (14 loc) · 542 Bytes

Runtime Requirements

Pickaxe should run from any operating system where the mentioned runtime requirements are met. Nevertheless it is intended to be used on *nix based hosts primarily and has been tested on

  • Linux (CentOS, Alpine, Ubuntu)
  • MacOs

Commandline and Docker

Running Pickaxe from commandline requires

  • Java 11 (JRE should be enough)

Running Pickaxe using the Docker container requires a container runtime

  • Docker Engine - Community

Maven

Running the Pickaxe Maven Plugin requires

  • OpenJDK 11
  • Apache Maven 3.6.x