Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/OpenOlitor/openolitor-server

Server Backend der OpenOlitor Administrationsplattform
https://github.com/OpenOlitor/openolitor-server

Last synced: about 2 months ago
JSON representation

Server Backend der OpenOlitor Administrationsplattform

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/OpenOlitor/openolitor-server.svg?branch=prod)](https://travis-ci.com/OpenOlitor/openolitor-server)
# openolitor-server
Server Backend der OpenOlitor Administrationsplattform

## Issues
Please report issues to the [main project](https://github.com/OpenOlitor/OpenOlitor/issues).

## Entwicklungs-Setup
https://github.com/OpenOlitor/OpenOlitor/wiki/Doku-Technisch_Server_Ent-Setup

## Dokumentation
Die gesamte Dokumentation befindet sich auf dem OpenOlitor-Projekt-Wiki
https://github.com/OpenOlitor/OpenOlitor/wiki/

Release Notes stehen projektübergreifend zur Verfügung:
https://github.com/OpenOlitor/OpenOlitor/wiki/Release-Notes

## Lizenz / License
Code bis April 2018 wurde unter [GPL v3](LICENSE_legacy) publiziert. Ab April 2018 wird OpenOlitor unter [AGPL v3](LICENSE) veröffentlicht.

## bumpversion.sh
Mittels `./bumpversion.sh` (`./bumpversion.sh -v 1.0.x`) wird die Version in `project/Build.scala` erhöht.
Mit dem Flag -c/--commit wird ein git commit und ein git tag mit entsprechender Nachricht gemacht.
Anderseits werden die nötigen git Befehle ausgegeben.