I'm trying to install MongoDB on Jessie. (Never used MongoDB before).
Following this tutorial I did the following:
apt-get update
apt-get upgrade
apt-get install mongodb-server -y
service mongod start
But that gives me this error:
Failed to start mongod.service: Unit mongod.service failed to load: No such file or directory.
What am I doing wrong?
I have looked around but can't make heads or tails of what I've found - all other examples seem to be doing far more complicated things to get it started! PS. I'm doing everything as root because I like the simple & dangerous approach :)