Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
Linux Ubuntu
*Location*: https://docs.mongodb.org/getting-started/shell/tutorial/install-mongodb-on-ubuntu/
*User-Agent*: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0
*Referrer*: https://docs.mongodb.org/getting-started/shell/tutorial/install-on-linux/
*Screen Resolution*: 1600 x 900
*repo*: docs
*source*: tutorial/install-mongodb-on-ubuntu
Linux Ubuntu *Location*: https://docs.mongodb.org/getting-started/shell/tutorial/install-mongodb-on-ubuntu/ *User-Agent*: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 *Referrer*: https://docs.mongodb.org/getting-started/shell/tutorial/install-on-linux/ *Screen Resolution*: 1600 x 900 *repo*: docs *source*: tutorial/install-mongodb-on-ubuntu
Description
Hello
I follow the tutorial and there is a little inaccuracy.
You give the following url for the dataset to import:
https://raw.githubusercontent.com/mongodb/docs-assets/primer-dataset/dataset.json
...but the command line to import it is:
mongoimport --db test --collection restaurants --drop --file primer-dataset.json
the file primer-dataset doesn't exist.
Thanks to correct