CSE 124 Project 2 starter code Copyright (C) George Porter, 2017.
This is the starter code for the Java implementation of SurfStore.
$ mvn protobuf:compile protobuf:compile-custom
$ mvn package
$ target/surfstore/bin/runBlockServer $ target/surfstore/bin/runMetadataStore
$ target/surfstore/bin/runClient
$ mvn clean