commit | b4164f104d61bcaff8d84d65b8a9fffcd3280dce | [log] [tgz] |
---|---|---|
author | Toine Siebelink <toine.siebelink@est.tech> | Wed Jan 27 17:37:00 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Wed Jan 27 17:37:00 2021 +0000 |
tree | 2b4853225a6d7e99c943cbd7561e3431ada19913 | |
parent | a54fd8a169e8e6ef74bdc06be78bbcd70d5f97b4 [diff] | |
parent | 1e5bd9498bd22e1bda74f0382bca3186e82ce811 [diff] |
Merge "Docker image building and docker-compose for cps-nf-proxy"
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