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 v3 locally and support dcm #55

Open
kankanai opened this issue Dec 7, 2024 · 2 comments
Open

How to run v3 locally and support dcm #55

kankanai opened this issue Dec 7, 2024 · 2 comments

Comments

@kankanai
Copy link

kankanai commented Dec 7, 2024

I cloned it and then run npm install and npm run dev, and it successfully started up like https://brainchop.org/, but how can I make it like https://brainchop.org/v3/? I tried to access http://localhost:3000/v3, but the expected interface was not displayed.

And I tried to drag a dcm_0010000001.IMA file to https://brainchop.org/v3/, and it was displayed normally. Can it support selective viewing?

@Mmasoud1
Copy link
Collaborator

To run the v3 version locally, navigate to the v3 folder and start a local server from the command line.

For example, if you select 8015 as the port number:

cd {yourLocalDrive}/brainchop/v3

python -m http.server 8015

Then, open your browser and go to the following URL:

http://localhost:8015/

@kankanai
Copy link
Author

To run the v3 version locally, navigate to the v3 folder and start a local server from the command line.

For example, if you select 8015 as the port number:

cd {yourLocalDrive}/brainchop/v3

python -m http.server 8015

Then, open your browser and go to the following URL:

http://localhost:8015/

‌‌‌Thank you for your reply, thank you for everything you do. I want to know if I can view the DICOM project content at https://brainchop.org/, and I can currently draw, but I don't seem to have found a place to export the content I draw.

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

2 participants