Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe how to debug components of SPipes editor #31

Open
blcham opened this issue Aug 10, 2023 · 1 comment
Open

Describe how to debug components of SPipes editor #31

blcham opened this issue Aug 10, 2023 · 1 comment

Comments

@blcham
Copy link
Contributor

blcham commented Aug 10, 2023

A/C:

  1. describe how to debug SPipes Editor UI
  2. describe how to debug SPipes Editor REST
  3. describe how to debug SPipes REST

Note, in the long run, we would like to refactor the architecture of SPipes editor as described in #28.

@blcham
Copy link
Contributor Author

blcham commented Aug 10, 2023

1. How to debug SPipes Editor UI

  • define environment variable PORT=3001 in s-pipes-editor/.env
  • for SPipes Editor Rest use: ports: 18115:18115
  • run docker-compose
  • cd s-pipes-editor-ui; npm run dev

2. How to debug SPipes Editor REST

  • for SPipes use: ports: 8080:8080
  • run docker-compose
  • run s-pipes-editor as Spring boot application
  • TODO rdf4j server

3. How to debug SPipes REST

kostobog added a commit to kbss-cvut/s-pipes-editor that referenced this issue Aug 11, 2023
blcham added a commit to kbss-cvut/s-pipes-editor that referenced this issue Aug 14, 2023
…ditor

[kbss-cvut/s-pipes-editor-ui#31] Change application.properties to enable portable development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant