Skip to content

Installing and Running Deep Lynx

John Darrington edited this page Sep 13, 2022 · 3 revisions

The easiest way to get DeepLynx up and running is to use Docker. Docker allows for easily reproducible builds and the majority of configuration tasks and database migrations are handled for you.

  1. Install the latest version of Docker
  2. Clone the DeepLynx repository
  3. Navigate to the DeepLynx repository in your terminal/command line/Powershell
  4. Type docker compose pull and wait for the process to finish
  5. Type docker compose up --attach deep-lynx and hit enter
  6. To terminate hit Cntrl-C or Cntrl-D

The initial startup might take a while as the operation must first fetch the pre-built containers from the internet. If you need to change any configuration values edit the .docker-env file included in your repository.

Note: As an alternative option for developers, you can build DeepLynx manually by following the instructions found here.

DeepLynx Wiki

Sections marked with ! are in progress.

Building DeepLynx

DeepLynx Overview

Getting Started

Building From Source

Admin Web App


Deploying DeepLynx


Integrating with DeepLynx


Using DeepLynx

Ontology

Data Ingestion

Timeseries Data

Manual Path
Automated Path
File/Blob Storage

Data Querying

Event System

Data Targets


Developing DeepLynx

Developer Overview

Project Structure and Patterns

Data Access Layer

Development Process

Current Proposals

Clone this wiki locally