Confusion installing mongodb manually on ubuntu because sitting behing a proxy
- by black sensei
I am forced to install mongodb manually on an ubuntu server because the machive sits behind a proxy and there is no way to temporary open port 11371 for key exchange to happen.
am following this official tutorial .
so I downloaded the tgz and extracted it in /usr/local/bin/mongodb . where i got confused is when assigning the ownership of the /data/db to the user mongo
Question 1 So who creates the user mongo ?
Question 2 How to get control-scripts working?
thanks