Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Apr 26, 2016
1 parent 3849990 commit 43482f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ The pad-fs project is divided in the sub projects:
- `cli` contains the node client code. The client is an external node that is used to performs the operations (put, get, list) into the distributed system.
- - `app` is a pre-configured Pad-fs storage system composed by 4 storage nodes. It is useful to run a simulation into a single machine.

## How to compile the project
The project is develped using `Maven`.
The command:

`mvn package`

creates the `jar` packages of all the three projects under the folder `target/`.

## How to run the projects

### Core
Expand Down

0 comments on commit 43482f5

Please sign in to comment.