https://github.com/openscoring/openscoring-docker
Openscoring application for the Docker distributed applications platform
https://github.com/openscoring/openscoring-docker
Last synced: 3 months ago
JSON representation
Openscoring application for the Docker distributed applications platform
- Host: GitHub
- URL: https://github.com/openscoring/openscoring-docker
- Owner: openscoring
- License: agpl-3.0
- Created: 2015-04-19T20:10:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T18:14:21.000Z (over 5 years ago)
- Last Synced: 2025-10-07T01:58:11.387Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 10
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Openscoring-Docker
==================
Openscoring application for the Docker distributed applications platform.
# Prerequisites #
* Docker 1.5 or newer
# Installation #
Clone the repository:
```
git clone https://github.com/openscoring/openscoring-docker.git
```
Enter the project root directory and edit the Openscoring application configuration file `application.conf` as necessary.
Build the image:
```
docker build -t openscoring/openscoring:latest .
```
# Usage #
Run the image in "host" mode:
```
docker run --net="host" openscoring/openscoring:latest
```
There should be a Model REST API endpoint ready at [http://localhost:8080/model](http://localhost:8080/model) now.
# License #
Openscoring-Docker is licensed under the terms and conditions of the [GNU Affero General Public License, Version 3.0](https://www.gnu.org/licenses/agpl-3.0.html).
# Additional information #
Openscoring-Docker is developed and maintained by Openscoring Ltd, Estonia.
Interested in using [Java PMML API](https://github.com/jpmml) or [Openscoring REST API](https://github.com/openscoring) software in your company? Please contact [info@openscoring.io](mailto:info@openscoring.io)