From fa0e2096e5288b1df7d5327dd6dafb0002241bba Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Fri, 23 Apr 2021 08:36:35 +0000
Subject: [PATCH] Update README.md

---
 README.md | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 53c3ae3..3c0b9cd 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,18 @@
 # webserver-config
 
-provides means for webserver configuration to accomodate subdomains
+Konfiguration des Transferportals zur Realisierung von Subdomains
 
-## Usage:
+## Registrierung einer neuen Subdomain für eine bestehende gitlab-pages Webseite:
 
-create a new branch from master and add the requested subdomain as a new line in the form:
+1) Mail an datacenter@hft-stuttgart.de zur Freischaltung einer neuen Subdomain. Inhalt:
+    - gewünschte subdomain
+    - Ort, auf den die Subdomain verweisen soll (in diesem Fall: transfer.hft-stuttgart.de)
 
+2) Erstellen eines neuen Branches ausgehend vom Master-Branch
+
+3) Anhängen der neuen Subdomain und der bestehenden Webseite in folgender Form an die Datei config.conf
 `<subdomain>§<website>`
 
-Afterwards, request the merge using the mergerequest tool from gitlab.
+4) Erstellen eines Merge-request
 
-The Administrator will review your changes and approve them. After merging, your subdomain will be available the next day.
+5) Nach Bestätigung des Merge-Requests erfolgt die Freischaltung der neuen Subdomain serverseitig bis zum nächsten Morgen.
-- 
GitLab