Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/OpenOlitor/openolitor-server
- Owner: OpenOlitor
- License: agpl-3.0
- Created: 2015-11-18T14:45:33.000Z (about 9 years ago)
- Default Branch: prod
- Last Pushed: 2024-10-28T17:05:42.000Z (2 months ago)
- Last Synced: 2024-10-29T22:32:00.219Z (2 months ago)
- Language: Scala
- Size: 16.2 MB
- Stars: 19
- Watchers: 7
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - OpenOlitor - Administration platform for Community Supported Agriculture and for direct selling farming projects based on a subscription model. (Consumption / Agriculture and Nutrition)
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.