commit | b1f19061737a710251f8834e1f65106d1287637d | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Tue Nov 10 15:11:42 2020 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Tue Nov 10 15:11:42 2020 +0100 |
tree | 57b6dcba5c47967e7cf91cd4b6ea7980d8d5ab75 | |
parent | 900ba02f458b3b7adc593f57d1e7447ce6cce142 [diff] |
Dockerize the service - enable push of docker image to repository Issue-ID: CPS-22 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I8d10334f1d4e9528a8ec09a81692639efc3b02f9
This folder contains all files for Configuration Persistence Service.
The code here is related to CPS POC, then it must be kept self contained in this cps folder to prevent any impact on current ccsdk components and to be ready to be moved in its own repo once CPS becomes a standalone project.
CREATE USER cps WITH PASSWORD 'cps'; CREATE DATABASE cpsdb OWNER cps;
mvn clean package
java -DDB_HOST=localhost -DDB_USERNAME=cps -DDB_PASSWORD=cps -jar cps-rest/target/cps-rest-0.0.1-SNAPSHOT.jar