Updated the sdc cert for ONAP namespace in the OOM.

Issue-ID: SDC-2539
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I5ab02831f4c5af0520774887577024c029f3a472
3 files changed
tree: 5ba986870a05721553eeafc94aec168ca40f84e5
  1. __test__/
  2. app/
  3. docker/
  4. src/
  5. test/
  6. .editorconfig
  7. .gitignore
  8. .maven-dockerignore
  9. bower.json
  10. checkstyle-suppressions.xml
  11. deploy.sh
  12. Dockerfile
  13. Gruntfile.js
  14. INFO.yaml
  15. package-lock.json
  16. package.json
  17. pom.xml
  18. README.md
  19. run.sh
  20. version.properties
  21. webpack.config.js
README.md

DCAE Designer FE

Java

Build

Server: mvn clean install –Pserver

Local: mvn clean install -Plocal

Run

mvn -Plocal spring-boot:run

Build and Run locally

mvn clean install -Plocal spring-boot:run

Javascript

This project is generated with yo angular generator version 0.15.1.

Setup

After cloning project execute the following commands in the project directory:

  1. npm run setup

Build & development

Run npm run build for building and npm run run-local for preview.