commit | ec650124e318a19a5a9b18fca134fb7fd46bd91e | [log] [tgz] |
---|---|---|
author | Bruno Sakoto <bruno.sakoto@bell.ca> | Thu Nov 12 23:17:20 2020 -0500 |
committer | Toine Siebelink <toine.siebelink@est.tech> | Mon Nov 16 15:55:09 2020 +0000 |
tree | 0343fc3203c3ec1ed4fe9a2914290e85d6a8659c | |
parent | 0faa2695763f279f6329f56d7d2c6376292de5a3 [diff] |
Fix init db schema script Issue-ID: CPS-82 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I8c719935b78aaeab9d2f7a0af91b2192df897eb1
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