Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.65 KB

File metadata and controls

27 lines (25 loc) · 1.65 KB

Genetta-Server

Genetta requires a neo4j server active and running with the APOC, and GDS plugins enabled. Genetta contains a docker-compose file which can be used to fully setup and start the web application.

Installation

Docker

  1. Download and install docker https://docs.docker.com/get-docker/
  2. Navigate to this directory.
  3. sudo chmod +x startup.sh
  4. ./startup

Without Docker

If docker is not available, here is a brief guide to installing neo4j with links to more comprehensive installation guides. Note this guide assumes a Debian based operating system.