Skip to content

CIDARLAB/knox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knox - A Genetic Design Space Repository

Quickstart

Docker Instructions

  1. Install Docker Compose
  2. Clone this repository
  3. Run docker-compose up --build in the root directory of this repo
  4. Open Knox web interface at http://localhost:8080

Non-Docker Instructions

  1. Install Neo4J
  2. Open the Desktop app and add a new project
  3. Within the project, click "Add Graph", then create a local graph using "kn0x" as password
  4. Click "Start"
  5. Download and Install Maven
  6. Clone this repository
  7. Run mvn spring-boot:run in the root directory of this repo
  8. Open Knox web interface at http://localhost:8080