Skip to content

Commit

Permalink
add shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsajan0 committed Jul 29, 2018
1 parent 414c3c9 commit cdbc233
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python -m astrodemo.main
python -m main
6 changes: 6 additions & 0 deletions localhost1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cd $VIRTUAL_ENV

cd src
ls
cd hydra_agent
./redis_setup.sh
8 changes: 8 additions & 0 deletions localhost2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cd $VIRTUAL_ENV

cd src
ls
cd hydra_agent
python3 setup.py install
cd hydra_redis
python3 querying_mechanism.py
7 changes: 7 additions & 0 deletions run_client.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

cd $VIRTUAL_ENV

cd src
ls
cd hydra_agent
sudo docker-compose run client

0 comments on commit cdbc233

Please sign in to comment.