From 2a7e6fbb3fa4cd6823c7f8bc8fddc5038212bd29 Mon Sep 17 00:00:00 2001 From: dido18 Date: Thu, 19 May 2016 22:20:04 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 36bccc6..1261e8c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ There are three ways to run the project #### Run the distributed -#### Run a Storage Node +#### Storage Node - Dowload the latest [release](https://github.com/dido18/PAD-FileSystem/releases) `core-.jar` in the remote nodes where you want to execute the storage node. @@ -71,7 +71,7 @@ example: (run a node with ip `127.0.0.1` with id `node1` and seed nodes `127.0.0 `java -jar core-.jar -ip 127.0.0.1 -id node1 127.0.0.2:node2 127.0.0.3:node3` -## Cli project +#### Client node - Download the latest [release](https://github.com/dido18/PAD-FileSystem/releases) `cli-.jar` @@ -112,7 +112,7 @@ If you want run a single Storage node container (if you don't execute`runDocker. `docker run -it --net padfs/core: -ip 127.0.0.1 -id node1 127.0.0.2:node2` -#### Build clinet node iamge +#### Build client node image Compile and package the `.jar` into the `/target` folder and into the `src/main/docker` folder. @@ -126,7 +126,8 @@ Run the client container (if you don't execute`reunDocker.sh`): `docker run -it padfs/cli: -ip 127.0.0.254 -id client 127.0.0.1:node1` -### Run multithreaded version (for testing) +## Run multithreaded version (only for testing) + For testing environment is possible to run a set of four nodes into a local machine. Is the easy way to run a set of four storage nodes into a single machine (multi-threaded).