Skip to content

Commit df8f21a

Browse files
committed
update readme
1 parent 8ec4d42 commit df8f21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEPLOY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ Due to the file size limit on GitHub, please download the dataset at [here](http
255255
And you need to import it into MongoDB. Run:
256256

257257
```bash
258-
mongorestore --uri=mongodb://127.0.0.1:<MONGO_PORT> --db=license --gzip data/package.bson.gz
259-
mongorestore --uri=mongodb://127.0.0.1:<MONGO_PORT> --db=libraries --gzip data/projects.bson.gz
258+
mongorestore --uri=mongodb://127.0.0.1:<MONGO_PORT> --db=license --gzip licenserecdata/package.bson.gz
259+
mongorestore --uri=mongodb://127.0.0.1:<MONGO_PORT> --db=libraries --gzip licenserecdata/projects.bson.gz
260260
```
261261

262262
If another instance of LicenseRec is already running, copying the whole MongoDB data directory will do the trick:

0 commit comments

Comments
 (0)