Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 561 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 561 Bytes

DE Deployment

This repository contains configuration and various ops tools for the main deployment of DE Lobby and DE Connector.

Setup

The following installation steps work on most Linux distributions.

  1. Clone this repository: git clone https://github.com/DigitalExtinction/Deployment.git de-deployment
  2. cd de-deployment
  3. Install DE Lobby and DE Connector: ./install.sh
  4. Setup Systemd: ./setup-systemd.sh
  5. Enable DE Lobby service: systemctl enable --now de-lobby
  6. Enable DE Connector service: systemctl enable --now de-connector