diff --git a/init.sh b/init.sh old mode 100644 new mode 100755 index c5785a7..8b460d4 --- a/init.sh +++ b/init.sh @@ -1 +1 @@ -python -m astrodemo.main +python -m main diff --git a/localhost1.sh b/localhost1.sh new file mode 100755 index 0000000..f3817b8 --- /dev/null +++ b/localhost1.sh @@ -0,0 +1,6 @@ +cd $VIRTUAL_ENV + +cd src +ls +cd hydra_agent +./redis_setup.sh diff --git a/localhost2.sh b/localhost2.sh new file mode 100755 index 0000000..4e257ee --- /dev/null +++ b/localhost2.sh @@ -0,0 +1,8 @@ +cd $VIRTUAL_ENV + +cd src +ls +cd hydra_agent +python3 setup.py install +cd hydra_redis +python3 querying_mechanism.py diff --git a/run_client.sh b/run_client.sh new file mode 100755 index 0000000..c579bfa --- /dev/null +++ b/run_client.sh @@ -0,0 +1,7 @@ + +cd $VIRTUAL_ENV + +cd src +ls +cd hydra_agent +sudo docker-compose run client