Skip to content

Import model from file #323

Answered by Krusty84
Krusty84 asked this question in Q&A
May 24, 2024 · 4 comments · 4 replies
Discussion options

You must be logged in to vote

Dear @GuillaumeEscande Thank you for your support!
It works, I would like to provide the full solution based on your inputs:

  1. Download eclipse-syson repo
  2. Go to ..frontend/syson and run npm install, wait
  3. Go to ..frontend/syson-components and run npm install again, wait
  4. Go to ..backend/appplication/syson-application and take syside-cli.js
  5. Put syside-cli.js near syson-application-2024.5.0.jar
  6. Make bat file to start syson:

SET NODEJS_PATH=c:\Apps\nvm\v18.7.0 SET PATH=%NODEJS_PATH%;%PATH% echo %PATH% c:\Java\AzulOpenJDK17\bin\java -jar syson-application-2024.5.0.jar --spring.datasource.url=jdbc:postgresql://**IP YOUR DB**:5432/postgres --spring.datasource.username=test_username --spring.datas…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AxelRICHARD
Comment options

Comment options

You must be logged in to vote
2 replies
@laurentbalmelli
Comment options

@AxelRICHARD
Comment options

Comment options

You must be logged in to vote
1 reply
@AxelRICHARD
Comment options

Answer selected by mbats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants