commit | 34861d2651488cef9d62c21364fe77a4b2ce8962 | [log] [tgz] |
---|---|---|
author | Oleg Mitsura <oleg.mitsura@amdocs.com> | Wed Mar 17 15:22:04 2021 -0400 |
committer | Oleg Mitsura <oleg.mitsura@amdocs.com> | Thu Mar 18 09:42:32 2021 -0400 |
tree | 4f9288b20e0723c3be8565873860274d7bca4dbd | |
parent | ae588292c67e20c5cae8cb3c899957aac79a676d [diff] |
ComponentRemotePythonExecutor prepareEnv bug Issue-ID: CCSDK-3086 commit 1: orig commit commit 2: update retry counter commit 3: bug fix for packages being null should still trigger creation of python environment Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Id9e7024df8c604c719828211cce31d6f0452330b
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