vault backup: 2024-05-24 16:51:18

This commit is contained in:
2024-05-24 16:51:18 +02:00
parent b7135b49cf
commit 7dfa6534d8

View File

@@ -37,7 +37,11 @@ rpm -U http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7
### Install relevant files
- `git clone https://git.game-dev.space/minimata/game-dev-space.git`
- move compose and .env files to the `application` folder `cp game-dev-space/game-dev-space-startup.sh application/`
- move compose and .env files to the `application` folder
```
cp game-dev-space/docker-compose.yaml application/
cp game-dev-space/.env application/
```
### Setup service
- move service file to /etc/systemd/system directory `cp game-dev-space/game-dev-space.service /etc/systemd/system/`