Skip to content

Commit

Permalink
Merge branch 'openapi-doc' of https://github.com/vaibhavchellani/hydr…
Browse files Browse the repository at this point in the history
…a-astrodemo into openapi-doc
  • Loading branch information
vaibhavchellani committed Jul 29, 2018
2 parents b9f8f92 + cdbc233 commit 9358cc3
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 9358cc3

Please sign in to comment.