adding server code

This commit is contained in:
Janis Steiner
2024-01-14 11:48:31 +00:00
parent c3f3fb85af
commit 343720365a
5 changed files with 140 additions and 0 deletions

5
src/server/install.txt Normal file
View File

@@ -0,0 +1,5 @@
1: download the file docker-compose.yml and the folder cyberhex-code
2: create the cyberhex-db-storage volume
3: request some ssl certs via certbot form letsencrypt and put them into certs/
sudo certbot certonly --manual --preferred-challenges=http --http-01-port=8080
3: use docker-compose up to start the whole thing