downhaa.blogg.se

Install mongodb in ubuntu 12.04
Install mongodb in ubuntu 12.04











install mongodb in ubuntu 12.04

Perl: warning: Falling back to the standard locale ("C"). Perl: warning: Please check that your locale settings:Īre supported and installed on your system. export dpkg-reconfigure dpkg-reconfigure locales I went online to look for answers and I noticed that lots of people using "export LC_ALL=C" to fix the variable problem. Ofcourse, I don't want to use stackoverflow right away, before doing my own investigation first. T12:38:54.773+0100 I STORAGE exception in initAndListen: 29 Data directory /data/db not found., terminating T12:37:30.430+0100 I CONTROL ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'. Like we all know, in order to use MongoDB you need to start it using a terminal and after that you'll be able to connect with a seperated terminal/connection. $ echo "deb "$(lsb_release -sc)"/mongodb-org/3.0 multiverse" | sudo tee /etc/apt//mongodb-org-3.0.listĪt this point I have MongoDB installed. I went to to website from MongoDB ( ) and followed their tutorial, so I typed: $ sudo apt-key adv -keyserver hkp://:80 -recv 7F0CEB10 I thought it would be a piece of cake, but I got some errors and the Ubuntu-forums didn't had the answer I was looking for.īefore I started with the actual installation of MongoDB, I wanted the server to be up-to-date, so I typed: $ sudo apt-get clean & sudo apt-get update & sudo apt-get upgrade I need some help with my MongoDB installation on a clean, fresh Ubuntu 12.04 LTS server with no nonsense installed.













Install mongodb in ubuntu 12.04