Skip to content
This repository has been archived by the owner on Jan 4, 2018. It is now read-only.

Installation & Configuration

Henri Knochenhauer edited this page Nov 24, 2013 · 7 revisions

For Development

1.) Check if Apache-Maven is installed (run in console)

mvn --version

2.) Checkout HTWK-App/Server-Application Repository

git clone https://github.com/HTWK-App/Server-Application.git

3.) change to directory and start the application with maven

mvn tomcat:run

4.) open windows in your browser (the given url should match)

http://localhost:8080/app

For installation on Java-Webserver

information will follow

Configuration

1.) create credentials.properties in folder src/main/resources/

# get credentials for mensa-api access 
mensa.auth = "insert base64 encoded user:password" 

# mail secrets 
mail.secret = "insert mail secret here to get credentials encrypted"
mail.salt = "insert a salt here to get the encryption more stronger" 
Clone this wiki locally