Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.57 KB

README.dev.md

File metadata and controls

48 lines (36 loc) · 2.57 KB

Development Setup

Requirements

IntelliJ IDE

  • Install scala plugin
  • Create a new project by selecting: File | New | Project from Existing Sources and then opening build.sbt of dlm project
  • When creating project as mentioned above choose JDK 1.8

Compile and Start DLM app server

  • Run sbt publishLocal from dataplane root directory to locally publish dataplane projects. This is required because dlm has dependency on db-client project of dataplane.
  • Run sbt compile from dlm root directory to compile dlm-app and it's dlm dependencies.
  • Run sh runDlmApp.sh to start dlm app server on 9011 port

Compile and Start DLM web server

  • Run yarn; npm run prod for server to run in prod mode. Navigate to http://localhost:4444.