Is really a sad story, is that you solve the problem did not remember, but need to search through searching engine again, fortunately, once you have done a record, search to help you find.
This is my WordPress blog collation Records, a long time no update there, two months, I forgot to have solved this problem, and made a record. My article was included in the cool.
Considering that the independent blog may not have the time to maintain the future, here to record again, after all, have encountered two problems, it is worth recording.
-----------------------
(1) Add a database Source:
sudo zypper ar http://download.opensuse.org/repositories/server:/database/openSUSE_13.2/server:database.repo
(2) Refreshing the cache
sudo zypper refresh
(3) Querying MongoDB
Zypper SE MongoDB
Loading software source data ... Reading installed packages ... S | Name | abstract | type--+---------------------+--------------------------------------------------------+---------I | MongoDB | High-performance, Schema-free document-oriented data-> | Software Packages | MongoDB | High-performance, Schema-free document-oriented data-> | Source Code Package | Mongodb-debuginfo | Debug information for packages MongoDB | package | Mongodb-debugsource | Debug sources for packages MongoDB | package | mongodb-devel | High-performance, Schema-free document-oriented data-> | Package
(4) Installing MongoDB
sudo zypper in MongoDB
(5) Start MongoDB
Sudo/usr/sbin/mongod--dbpath=/some/dir
(6) Entering the MongoDB console
Fifth step of the terminal do not close, create a new window, enter the MONGO to enter the database operation, and can see the server side of the number of connections
-----
I hope to pay more attention in the future, I did not learn much, have forgotten it is not good
OpenSUSE13.2 Installing MongoDB