You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ JSON Blob was created to help parallelize client/server development. Mock JSON r
7
7
8
8
##Building & Running JSON Blob
9
9
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
13
12
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