Skip to content
Snippets Groups Projects
Commit 5cbf072b authored by Benedikt's avatar Benedikt
Browse files

reactivated unvicorn

parent c5692643
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
cd /dcc_XMLJSONConvGUI cd /dcc_XMLJSONConvGUI
#uvicorn dcc_server:app --host 0.0.0.0 --port 8000 --root-path /dcc_rest_server & uvicorn dcc_server:app --host 0.0.0.0 --port 8000 --root-path /dcc_rest_server &
bokeh serve --show dcc_XMLJSONConvGUI.py #--allow-websocket-origin * --port 5010 bokeh serve --show dcc_XMLJSONConvGUI.py --allow-websocket-origin "*" --port 5010
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment