Confusion installing mongodb manually on ubuntu because sitting behing a proxy
Posted
by
black sensei
on Ask Ubuntu
See other posts from Ask Ubuntu
or by black sensei
Published on 2012-11-28T22:25:23Z
Indexed on
2012/11/28
23:15 UTC
Read the original article
Hit count: 269
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
© Ask Ubuntu or respective owner