Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janikvonrotz/issue-manager
Issue Manager
https://github.com/janikvonrotz/issue-manager
Last synced: about 2 months ago
JSON representation
Issue Manager
- Host: GitHub
- URL: https://github.com/janikvonrotz/issue-manager
- Owner: janikvonrotz
- Created: 2015-02-23T15:22:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T10:14:39.000Z (over 8 years ago)
- Last Synced: 2024-04-17T01:46:12.851Z (9 months ago)
- Language: Java
- Homepage: https://waffle.io/janikvonrotz/issue-manager
- Size: 1.05 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issue Manager
Learn how to setup the project.
# Architecture
![](https://raw.githubusercontent.com/janikvonrotz/issue-manager/master/Architektur.png)
# Data model
![](https://raw.githubusercontent.com/janikvonrotz/issue-manager/master/Klassenmodell.png)
## Requirements
* MySQL or PostgreSQL
* Tomcat, Jetty, JBoss or any other Java application server## Run
* Unzip either the `mysql.zip` or the `postgres.zip`.
* Rename `webservice-x.x.x.war` to `webservice.war` and copy it to the webapps folder of your webservice application server.
* Run `start-webservice.bat` on the application server or run `start-seed.bat` to seed the database and start the application services.
* Run `start-client.bat` on the client.