https://github.com/kit-data-manager/template
https://github.com/kit-data-manager/template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kit-data-manager/template
- Owner: kit-data-manager
- License: apache-2.0
- Created: 2020-08-13T11:38:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T14:02:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T02:51:19.639Z (over 1 year ago)
- Language: Java
- Size: 83 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## :information_source: Required steps after creating a repository from this template :information_source:
* Replace all occurences of **template** in this file with your project name
* Enable this project in coveralls in order to obtain code coverage reports
* Add branch protection rules in project settings -> branches to require status checks, e.g. Travis Pull and Coveralls, and branches to be up to date for master branch
* Fill in or remove sections of this README.md marked with TODO
* Remove this section from README.md
---
# KIT Data Manager - template



## How to build
In order to build this microservice you'll need:
* OpenJDK 11 or higher
After obtaining the sources change to the folder where the sources are located perform the following steps:
```
user@localhost:/home/user/template$ ./gradlew -Pclean-release build
> Configure project :
Using release profile
<-------------> 0% EXECUTING [0s]
[...]
user@localhost:/home/user/template$
```
The Gradle wrapper will now take care of downloading the configured version of Gradle, checking out all required libraries, build these
libraries and finally build the base-repo microservice itself. As a result, a fat jar containing the entire service is created at 'build/jars/base-repo.jar'.
## How to start
TODO
### Prerequisites
TODO
### Setup
TODO
## More Information
TODO
## License
The KIT Data Manager is licensed under the Apache License, Version 2.0.