37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
![BauDas Logo](https://services.joethei.xyz/images/bauDas.png)
|
|
#Kundenkarten Analyse
|
|
|
|
[![Build Status](https://teamcity.joethei.xyz/app/rest/builds/buildType:(id:Studium_Programmierung_Softwareprojektmanagement_SpmProd)/statusIcon)](https://tcstatus.joethei.space/dashboard/spm)
|
|
|
|
## 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
|
|
|
|
- download from [Teamcity](https://teamcity.joethei.xyz/guestAuth/repository/download/Studium_Programmierung_Softwareprojektmanagement_SpmProd/953:id/bauDas-kundenkarten-0.1.0-SNAPSHOT.war)
|
|
|
|
## 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 |