Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set environment variables with relevant connection details which can be found in application.yml in cps-application/resources folder.:

Code Block
export CPS_USERNAME=cpsuser
export CPS_PASSWORD=cpsr0cks!
export DMI_USERNAME=cpsuser
export DMI_PASSWORD=cpsr0cks!

Running the project

Info
This option is if you have  a local PostgreSQL running.

...

Code Block
mvn spring-boot:run -DDB_HOST=localhost -DDB_USERNAME=cps -DDB_PASSWORD=cps


Setting up SDNC, CPS & NCMP, DMI-Plugin and netconf-pnp-simulator locally:

...