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