Skip to content

Commit

Permalink
add commands
Browse files Browse the repository at this point in the history
  • Loading branch information
p20102 committed Oct 29, 2024
1 parent 6a19402 commit 4033dbc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions commands
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4033dbc

Please sign in to comment.