From 48441e192431f24a639a4c6eda9005657cd403a6 Mon Sep 17 00:00:00 2001
From: cato <47259183+cato447@users.noreply.github.com>
Date: Wed, 27 Jan 2021 18:21:29 +0100
Subject: [PATCH] Update README.md
---
README.md | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e86d4f3..2101d7a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,16 @@
# AbizeitungVotingSystem
-Internet address: http://adolfinum-voting.tools/
-Server IP address: 192.168.2.159
-Port: 8000
+This project is a custom web server constructed to simplify the voting process for our senior book
+All private data got removed
+You are free to use this web server
+Be aware that this webserver isn't really securly build. To avoid complications use a DNS mask
+
+# Installation
+Clone the repo
+Run `cd AbizeitungVotingSystem`
+Add your mysql database credentials and email credentials to the application.properties file
+Run `mvn install -DskiptTests`
+
+The .jar is located in the target folder
+Run the .jar as a deamon on your machine
+
+Webserver is reachable at host_ip:8000