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.
- Host: GitHub
- URL: https://github.com/digitalextinction/deployment
- Owner: DigitalExtinction
- Created: 2023-09-23T11:38:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T17:14:26.000Z (over 2 years ago)
- Last Synced: 2025-04-09T04:09:01.317Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`