commit | 3ef227afb0bfc667b8766c6fb78939ee22b73293 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Mon Nov 16 18:50:40 2020 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Mon Nov 16 18:50:40 2020 +0100 |
tree | 20cb8c274104725c28efbaa57e890f98a1147456 | |
parent | 8710dc4267300485119485499de613279bce0e7b [diff] |
Rename docker profile to lowercase Issue-ID: CPS-22 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I72b5ef5221e3433909e4576cee57310402473ad5
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