An open API service indexing awesome lists of open source software.

https://github.com/digitalextinction/deployment

Ops repository for the main deployment of DE Connector and DE Lobby.
https://github.com/digitalextinction/deployment

Last synced: 8 months ago
JSON representation

Ops repository for the main deployment of DE Connector and DE Lobby.

Awesome Lists containing this project

README

          

# 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`
1. `cd de-deployment`
1. Install DE Lobby and DE Connector: `./install.sh`
1. Setup Systemd: `./setup-systemd.sh`
1. Enable DE Lobby service: `systemctl enable --now de-lobby`
1. Enable DE Connector service: `systemctl enable --now de-connector`