Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.38 KB

INSTALL.md

File metadata and controls

20 lines (15 loc) · 1.38 KB

ZOON demo web interface installation

Warning! Only skeletal installation documentation has been provided.

Requirements

  • Java JDK (vers. 7+) (build, deploy)
  • Maven (build)
  • Java servlet container, e.g. Apache Tomcat. (deploy)
  • Elasticsearch (currently using vers. 1.4.4) (deploy)
  • Gitblit (currently using vers. 1.7.1) (deploy)
  • R at least vers. 3.2.4 and with zoon and testthat packages installed (deploy)
  • (optional) Database, e.g. MySQL (deploy).

Instructions

  1. Install parent-pom (instructions)
  2. Install shared (instructions)
  3. Install business-manager (instructions)
  4. Install client (instructions)