Update INFO.yaml file

Remove Michael Lando. Add Ofir Sonsino as PTL

Change-Id: I3a867c53224cce00e9a4fcce9eba9c17795a2a5a
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
1 file changed
tree: 6d351614ab564d6337888865da4987ced5a9432b
  1. __test__/
  2. app/
  3. docker/
  4. src/
  5. test/
  6. .editorconfig
  7. .gitignore
  8. .maven-dockerignore
  9. bower.json
  10. deploy.sh
  11. Dockerfile
  12. Gruntfile.js
  13. INFO.yaml
  14. package-lock.json
  15. package.json
  16. pom.xml
  17. README.md
  18. run.sh
  19. version.properties
  20. 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.