Skip to content

epam/dial-xl

Repository files navigation

DIAL XL

About DIALX


Documentation

The documentation of the project could be found in the docs folder.


Run backend locally

Make sure that you have installed java-17; use java -version to verify.
Create application-local.yaml in resources folder.
Copy application.yaml to application-local.yaml and replace missing configurations (env-variables) with local one, for example:

web:
  storage:
    local:
      projectsFolder: ${PROJECTS_FOLDER}

should be replaced to

web:
  storage:
    local:
      projectsFolder: /tmp/projects

Execute ./gradlew -Dspring.profiles.active=local bootRun to run a backend server

Tip

To run backend using Intellij IDEA - add local to Active profiles in Run/Debug configuration.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors