Query the MongoDB database source
zypper se mongodb
Installs the MongoDB
sudo zypper in mongodb
Sets data files directory and log files
mkdir /data/db
mkdir /data/log
Start the MongoDB Server
/usr/sbin/mongod --dbpath=/data/db -- logpath=/data/log/mongodb.log --fork
Enter the MongoDB console
/usr/bin/mongo