commit | 17dda9942eec2fd103f037f140d29d01fafd986e | [log] [tgz] |
---|---|---|
author | efiacor <fiachra.corcoran@est.tech> | Mon Nov 14 09:38:31 2022 +0000 |
committer | efiacor <fiachra.corcoran@est.tech> | Mon Nov 14 14:24:00 2022 +0000 |
tree | d7bbbc4bc8dc5826a1dfc4f2796c1083c1976b67 | |
parent | 96f21afcca1b60f70c98f4f2f997a40ca0f74e73 [diff] |
[CDS] Release docker 1.5.0 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I22b10430ef153933a41979f8a54f8cd1aaeeb7a2 Issue-ID: DMAAP-1767
mvn process-sources -P format
Reference: ktlint docs | ktlint codebase
Before you can build this project, you must install and configure the following dependencies on your machine:
Running mvn clean install
command to install all libraries and dependencies for the maven and npm. Running mvn clean install -Pdocker
command to install all libraries and create below docker images.
Note: run mvn clean install -Pdocker -Ddocker.skip.push=true
to build but skip pushing docker image.
Back-end MS
Create
sdnctl
table in MySQL
(Optional) You could run the project in a specific profile(dev, local) by adding-Dspring.profiles.active=profile-name
Loop-back server:
That allow your request to reach the backend from cds-ui
Move to./cds-ui/server/
folder and run the commandnpm start
cds-ui
Move to
./cds-ui/designer-client/
folder and run the commandnpm start
This command will make sure all the files follow the linting rules and then connect to the loopback server.
Front-end: you could use vscode
or webstorm
Back-end: IntelliJ
with kotlin plugin or any other editor
For more information check: CDS Docs