Introduction
========================================================== =
Rockmongo is a MongoDB management tool developed using PhP5, similar to phpMyAdmin. A very practical interface management tool that supports Windows and Linux.
Note:
========================================================== =
Directories of different levels in the current environment cannot contain special characters such as Chinese characters and spaces.
Use
========================================================== =
Double-click the following BAT file to run:
Rockstart. bat start service
Rockstop. Bat shut down the service
Rockclean. Bat clear log files
Configuration
========================================================== =
Modify your configuration in the Web/rockmongo/config. php file.
The default logon username and password are admin/admin.
Modify the following three statements (mainly remove comments)
$ Mongo ["servers"] [$ I] ["mongo_user"] = "admin ";
$ Mongo ["servers"] [$ I] ["mongo_pass"] = "admin ";
$ Mongo ["servers"] [$ I] ["mongo_auth"] = true; // if it is true, you must use the MongoDB account to log on, if false, the default admin can be used.
Bug
========================================================== =
1. Execute failed: DB assertion failure
Because you use the default password (Admin, admin) to log on, set $ Mongo ["servers"] [$ I] ["mongo_auth"] to true.
========================================================== =