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

Installation & Configuration

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

Run Server-Application

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)

localhost:8080/app

For installation on Java-Webserver

information will follow

Clone this wiki locally