Skip to content

xuemeigan/dina-dev

 
 

Repository files navigation

Dina dev repo

Initial Repo Setup:

  1. Clone the repo:
git clone git@github.com:AAFC-BICoE/dina-dev.git
  1. Run this script to clone the dina repos:
cd ./dina-dev
sh init-repo.sh
  1. Optional: Install recommended VS Code extensions:
code ./dina-dev
sh install-recommended-vscode-extensions.sh

To run the DINA services:

cd dina-compose
./dev.sh up

dev.sh is just short-hand for docker-compose with the dev launch config.

The UI should be available at dina.traefik.me.

Attaching VS Code debugger to a running Java app:

For breakpoints and inspection:

  1. Open the VS Code Run menu (Ctrl + Shift + D).
  2. Run the "Attach" configuration for the service you want to debug e.g. "Attach to Object Store API".

VS Code Error: command 'java.execute.workspaceCommand' not found

If you get this error using VS Code Remote, you may need to uninstall VS Code's Lombok extension from the host VS Code. Extensions are installed separately for the host and remote machine, and the Lombok extension may have issues being installed on both.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%