Code Monkey home page Code Monkey logo

rockmongo-for-php7's Introduction

Introduction

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

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. Run "git clone [email protected]:viktor-poltorak/rockmongo.git"
  4. Open the config.php with your convenient editor, change host, port, admins and so on to yours
  5. Install comproser (https://getcomposer.org/doc/00-intro.md)
  6. Run "composer install"
  7. Visit the index.php in your browser, for example: http://localhost/rockmongo/index.php
  8. Login with admin username and password, which is set "admin" and "admin" as default
  9. Play with your MongoDBs!

Upgrade from old version

1.Copy all files excluding config.php to your old version directory 2.Done!

Use for MongoDb 3 or higher

$MONGO["servers"][$i]["mongo_auth"] = true; $MONGO["servers"][$i]["mongo_db"] = false; //required if you use not root user $MONGO["servers"][$i]["mongo_user"] = "root"; $MONGO["servers"][$i]["mongo_pass"] = "root password"; $MONGO["servers"][$i]["mongo_version"] = "3.4";

Contributors

iwind.liu [email protected] Leader leblanc.simon [email protected] French translation Klaus Silveira [email protected] Brazilian translation bmansion [email protected] Some small changes Vladimir Razuvaev [email protected] Implement features. Anton Zering [email protected] German translation Borda Juan Ignacio [email protected] Panels Layout Diego Baravalle [email protected] Spanish Translation

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/viktor-poltorak/rockmongo

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

rockmongo-for-php7's People

Contributors

allwaysoft avatar khungdisan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.