Skip to content

Commit 7f11ffb

Browse files
authored
Update README.md
Updating how to run this thing
1 parent c366f86 commit 7f11ffb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ JSON Blob was created to help parallelize client/server development. Mock JSON r
77

88
##Building & Running JSON Blob
99
1. To run JSON Blob, you'll need the following things installed:
10-
- Java (version 1.7+)
11-
- Maven
12-
- MongoDB
10+
- Java (version 1.8+)
11+
- Maven
1312
1. Build the JSON Blob jar - from the command line run `mvn clean package`.
14-
1. Start JSON Blob - from the command run `java -Ddw.mongo.type=uri -Ddw.mongo.uri=<MONGODB_INSTANCE_URL> -jar target/jsonblob.jar server target/config/jsonblob.yml`. You'll need to replace `<MONGODB_INSTANCE_URL>` with the actual URL (something like `mongodb://username:password@localhost:27017/jsonblob`)
13+
1. Start JSON Blob - from the command line run `java -Ddw.blobManager.fileSystemBlogDataDirectory=<PATH TO STORE BLOBS ON THE FILESYSTEM> -jar target/jsonblob.jar server target/config/jsonblob.yml`. You'll need to replace `<PATH TO STORE BLOBS ON THE FILESYSTEM>` with the path where you want to store blobs on the file system.

0 commit comments

Comments
 (0)