From 4033dbc9b333c46c7369dead4eecac501fefe6aa Mon Sep 17 00:00:00 2001 From: p20102 Date: Tue, 29 Oct 2024 12:42:36 +0100 Subject: [PATCH] add commands --- commands | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/commands b/commands index 1c2bc5e..874c6c8 100644 --- a/commands +++ b/commands @@ -8,3 +8,21 @@ curl -XPOST http://192.168.100.21:2019/download --data '{"source": "Artemis Stat python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. api.proto + + + +1. // KEYCLOAK STARUTP +screen -S keycloak +cd /opt/keycloak/bin +./kc.sh start-dev + +2. LONG RANGE COMMUNICATOR +cd /TheShip/setup +source venv/bin/activate +export PYTHONPATH=$PYTHONPATH:/TheShip + +3. MINIO +minio server /home/shared --console-address :9090 --address :2016 + +4. MongoDB +sudo systemctl start mongod