https://github.com/codecentric/conference-app
Hackergarden conference app
https://github.com/codecentric/conference-app
Last synced: 7 months ago
JSON representation
Hackergarden conference app
- Host: GitHub
- URL: https://github.com/codecentric/conference-app
- Owner: codecentric
- License: mit
- Created: 2014-08-13T09:47:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T16:46:59.000Z (about 7 years ago)
- Last Synced: 2025-08-02T10:16:35.651Z (7 months ago)
- Language: Java
- Homepage:
- Size: 1.97 MB
- Stars: 13
- Watchers: 162
- Forks: 32
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Space Software Development
* Hashtags: #osswdev & #javaland
* Introduction: https://www.codecentric.de/2015/03/18/javaland-openspace-software-development/
## Application Links
| Environment | Link |
| ------------------- |:-------------:|
| Production | currently unavailable |
| Staging | currently unavailable |
| Test | currently unavailable |
## Infrastructure Links
* Continuous Delivery Build Pipeline **http://osswdev.codecentric.de/jenkins/view/Pipeline/**
* SonarQube SQM **http://osswdev.codecentric.de/sonarqube/dashboard/index/1**
* Artifact Repository **http://osswdev.codecentric.de/artifactory**
* Spring Boot Admin Client **http://osswdev.codecentric.de/adminclient**
* Amazon EC2 Dashboard **http://osswdev.codecentric.de/jenkins/view/Deployment%20Dashboard/**
## Developer Quickstart
```
cd monitoring
mvn clean install
java -jar target/monitoring-1.0.0.jar
cd app
mvn clean install
java -jar target/conference-app-3.0.0.war
```
### Open WebApp
http://localhost:8080
### Open Monitoring App
http://localhost:8888