https://github.com/guppster/exampleservice
An example service to be used with MDMCore written in Kotlin
https://github.com/guppster/exampleservice
kotlin microservice
Last synced: 3 months ago
JSON representation
An example service to be used with MDMCore written in Kotlin
- Host: GitHub
- URL: https://github.com/guppster/exampleservice
- Owner: Guppster
- Created: 2017-07-06T21:04:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T21:04:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T06:24:09.239Z (4 months ago)
- Topics: kotlin, microservice
- Language: Kotlin
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExampleTool
An example tool for the MDM Delivery microservice architecture# Deploying the Service
* Clone the repository
* Run the following command and populate each build arg (captialized) with your own data
* `docker build -t mdmtool:1.0.0 --build-arg NAME=ToolName --build-arg COREURL=http://FrameworkURL.com --build-arg TOOLURL=http://localURL.com:4567 --build-arg PORT=4567 .`
* `docker run -p 4567:4567 -t mdmtool:1.0.0`