Skip to content

RockMongo is a MongoDB administration tool, written in PHP 5.

License

Notifications You must be signed in to change notification settings

sinacloud/rockmongo

 
 

Repository files navigation

RockMongo

Introduction

RockMongo is a MongoDB administration tool, written in PHP 5, very easy to install and use.

@sinacloud We ported it to use ext-mongodb driver so it can now work with MongoDB 3.x.

Installation

  1. Install PHP runtime environment if you don't have one yet, such like Apache Httpd, Nginx ...
  2. Install MongoDB PHP driver (http://us.php.net/manual/en/mongodb.installation.php)
  3. Download the package from http://rockmongo.com/downloads
  4. Unzip the files into your disk, under root of your site
  5. Open the config.php with your convenient editor, change host, port, admins and so on to yours
  6. Visit the index.php in your browser, for example: http://localhost/rockmongo/index.php
  7. Login with admin username and password, which is set "admin" and "admin" as default
  8. Play with your MongoDBs!

Contributors

Thanks

  • Many thanks to led24.de for cute icons.
  • Thank Michal Migurski([email protected]) for perfect Services_JSON class.
  • Thank OFC, we borrowed json_format() function to make JSON pretty.
  • Thank jQuery, a popular javascript library.
  • Thank snipplr.com for mime types mapping.
  • Also thank these guys (Marcin, Tyler, Richard, Idan, ...) who spent their time on sending feedbacks and advices to me, and let me know i am not alone.
  • Thank Klaus Silveira for Brazilian translation
  • Thank leblanc.simon for French translation

Bugs & Issues

Please feel free to report any bugs and issues to me, my email is: [email protected] .

Source Code Repository

Repositories are located at https://github.com/iwind/rockmongo.git

Contributing

Somebody who want to contribute to the project, may help us by doing these:

  • Translate messages from English to other languages (you can see them in app/langs directory)
  • Make donations here: http://rockmongo.com/donation

About

RockMongo is a MongoDB administration tool, written in PHP 5.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.4%
  • JavaScript 32.4%
  • CSS 1.2%