Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

coi-dev/coi-push-service

Repository files navigation

COI Push Service

COI Push Service

Building

The project uses Gradle as build system. It includes Gradle wrapper, so all build commands are supposed to be issued using ./gradlew.

jar

./gradlew build

This builds a 'fat' jar.

Docker

./gradlew buildImage

This builds an image containing the application distribution and prints the image ID:

> Task :buildImage
Created image with ID 'cdd5fc70a49b'.

To run that image locally, execute:

docker run -it --rm -p 80:8080 cdd5fc70a49b

About

Webservice that processes and forwards COI compliant push messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published