(20241226) With new bash scripts for SocketIO.
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Use this to run the microservice without any docker setup.
|
||||
source .venv/bin/activate
|
||||
python3 "$(pwd)/wsio/finstitutions/trading/main.py" --host "0.0.0.0" --port 5214 --script-id "kps_cnv_KBC3MoaU" &
|
||||
deactivate
|
||||
|
||||
# All done:
|
||||
echo "Done!"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user