fossasia / query-server

Query Server Search Engines
Apache License 2.0
1.66k stars 265 forks source link

Typo in local development setup instructions #552

Closed Anupam-dagar closed 5 years ago

Anupam-dagar commented 5 years ago

I'm submitting a ...

Current behavior:

query-server-local-md at master anupam-dagar-query-server 02-10-2018 21-31-31 currently it is sudo service mongod start

Expected behavior:

It should be sudo service mongodb start

Steps to reproduce: https://github.com/fossasia/query-server/blob/master/docs/installation/local.md

prabhupant commented 5 years ago

@Anupam-dagar it's correct. Refer to the docs here https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/

Anupam-dagar commented 5 years ago

It was giving some error with mongod,I did with mongodb and it executed successfully,that's why I thought it was a typo.