Skip to content

A: Initial Requirements

dcox-nmdp edited this page Jun 14, 2017 · 7 revisions

Required Installations

  • An Integrated Development Environment (IDE) of your choice eg. Netbeans, Eclipse, IntelliJ, Atom, etc. if you wish to modify or contribute to the code base.
  • Java JDK7 or 8
    • Allows you to develop and deploy Java applications. Required for viewing/modifying the source code in your preferred IDE.
  • Apache Maven
    • An automated java software building and managing tool.
  • Git
    • Allows developers to collaboratively work on the same code at the same time from their own machines.
  • Docker

Clone this wiki locally