Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janikvonrotz/issue-manager

Issue Manager
https://github.com/janikvonrotz/issue-manager

Last synced: about 2 months ago
JSON representation

Issue Manager

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.