(20241226) With new bash scripts for SocketIO.

This commit is contained in:
2024-12-27 19:27:22 +05:30
parent 61777d7f05
commit 93a68cc078
4 changed files with 34 additions and 8 deletions
+10
View File
@@ -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