This repository contains configuration and various ops tools for the main deployment of DE Lobby and DE Connector.
The following installation steps work on most Linux distributions.
- Clone this repository:
git clone https://github.com/DigitalExtinction/Deployment.git de-deployment
cd de-deployment
- Install DE Lobby and DE Connector:
./install.sh
- Setup Systemd:
./setup-systemd.sh
- Enable DE Lobby service:
systemctl enable --now de-lobby
- Enable DE Connector service:
systemctl enable --now de-connector