gt-big-data / QDoc

Quick & Dirty Operating Crawler
4 stars 1 forks source link

Readme doesn't show initial config #23

Closed kurtcarpenter closed 8 years ago

kurtcarpenter commented 8 years ago

Add something about the cloneCollection() commands needed.

Also, the mongodb path information is outdated as of 3.2

supersam654 commented 8 years ago

Exact mongo commands are:

mongo
use big_data
db.feed.drop()
db.test_sources.drop()
db.cloneCollection(‘db.retinanews.net’, ‘feed’)
db.cloneCollection(‘db.retinanews.net’, ‘test_sources’)

Those, along with info about requiring Mongo 3.2 (not just 3), belong in the README.

kurtcarpenter commented 8 years ago

Fixed in PR #25