commit | 1e5bd9498bd22e1bda74f0382bca3186e82ce811 | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Fri Jan 22 12:53:01 2021 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Tue Jan 26 14:01:53 2021 +0200 |
tree | 99d1dd2171c2dc76c655805a640de8d136b98bb2 | |
parent | 9f52f60a2e70f2344c671af28e62fe2315ee8e02 [diff] |
Docker image building and docker-compose for cps-nf-proxy Issue-ID: CPS-184 Change-Id: I364a7f1ff41ca491f522038269d95d91b76da313 Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
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