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

how to run simplex toolkit #2

Open
liquid36 opened this issue Nov 3, 2024 · 2 comments
Open

how to run simplex toolkit #2

liquid36 opened this issue Nov 3, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@liquid36
Copy link

liquid36 commented Nov 3, 2024

Hi!
I'm trying to run Simplex toolkit. After running the jar file, i cannot get to the frontend ui.

java -Xms2g -jar api/snomed-simplex-toolkit*.jar

2024-11-03T10:19:22.513-03:00  INFO 45880 --- [simplex] [           main] org.snomed.simplex.Application           : Started Application in 7.35 seconds (process running for 8.195)

When navigating to http://localhost:8081/simplex-toolkit/ , i got:

This site can’t be reached
localhost refused to connect.

Something is missing, when i check the port listener, port 8081 is free

lsof -i :8081
@kaicode kaicode self-assigned this Nov 4, 2024
@kaicode
Copy link
Member

kaicode commented Nov 4, 2024

In order to host Simplex yourself the following components need to be deployed, configured and maintained:

Snomed International also offer a free hosted service. Sign up here: https://simplex.ihtsdotools.org/
Anyone who has signed up should be contacted within a few days to confirm use case and create the account.

@kaicode kaicode added the question Further information is requested label Nov 4, 2024
@kaicode
Copy link
Member

kaicode commented Nov 4, 2024

If you are determined to run it locally....
It looks like the readme has become out of date. To run in it's most basic form change the angular-ui/angular.json file.. on about line 24 set "deployUrl": "/", then build the app again from root. After running the api jar file the app should load on localhost:8081 .
Using the Snomed International hosted version is easier ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants