Go to file
Johannes Theiner e0bfd8826f + now correctly working error messages
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-06-05 17:33:55 +02:00
src + now correctly working error messages 2019-06-05 17:33:55 +02:00
.gitignore Merge remote-tracking branch 'origin/SPM-28' 2019-05-18 12:39:29 +02:00
README.md ~ final readme 2019-06-03 21:59:46 +02:00
checkstyle.xml + Working WeekOverview 2019-05-08 14:12:44 +02:00
password.txt ~ more fixes 2019-05-29 23:08:32 +02:00
pom.xml fixes to war building 2019-06-03 00:24:00 +02:00

README.md

BauDas Logo #Kundenkarten Analyse

Build Status

minimal Requirements

  • Java 8
  • Maven 3
  • Tomcat 9

Development Setup

  • clone this repository
  • import it into your preferred editor
  • start the server with maven goal tomcat7:run
  • open the site at localhost:8080/bauDas
  • change stuff
  • restart the server if needed

get the war

  • clone this repository
  • run maven goal package
  • war can be found in target folder

or

Deploy

  • deploy war to tomcat server
  • open $DeploymentPath$/version.jsp in browser
  • add password.txt with a password in the first line to file root
  • make sure that the tomcat user has read/write permission to catalina base

© 2019 Ihni GmbH