Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Archit Sharma committed Dec 4, 2014
1 parent 002a992 commit 3928943
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ commercial clouds. Just imagine if the whole process of using VM was dockerized!
in your copy of ```install_me.sh```. (refer next major point on 'Client side' for this script)

- To run the server-side, open up a terminal, go to dockerComp/server-side/ and run ```$ ./start```
This starts the server locally on your machine.

- Client side:

Expand All @@ -89,13 +90,8 @@ commercial clouds. Just imagine if the whole process of using VM was dockerized!
Cheers! :)

Note: For server side deployement (i.e., the server that basically is responsible for distributing data
to clients), It has to be deployed somewhere and it's IP has to be provided at line
```export SERVER_D=<IP ADDRESS>``` in install_me.sh. And then you may distribute the install_me.sh
script to the clients. To be able to let the clients communicate with your server, you really need
to host it somewhere and distribute the modified install script as instructed above.

To test it locally, run ```# cd server-side/ && python run.py``` in one terminal and in other,
go to project root and run ```# ./install_me.sh ```.
to clients), It has to be deployed somewhere and it's IP has to be provided in your install_me.sh.
And then you may distribute the script to the clients.

**TESTS**

Expand Down

0 comments on commit 3928943

Please sign in to comment.