Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Building

Jason Reilly edited this page May 4, 2021 · 9 revisions

Building

The CAM-KP-API project is written in Scala. The build tool used to execute numerous development tasks is the Scala Build Tool (SBT).

Compiling

cam-kp-api$ sbt compile
cam-kp-api$ sbt test:compile
cam-kp-api$ sbt it:compile

Deploying to a local Docker container

cam-kp-api$ sbt docker:stage docker:publishLocal

Running from a local Docker container

cam-kp-api$ docker run -p 8080:8080 -it renciorg/cam-kp-api:0.1

Note that the version used in these examples may not reflect the latest build version.

Clone this wiki locally