You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

INSTALL.txt 810 B

3 years ago
123456789101112131415161718
  1. Installation
  2. --------------------------------------
  3. 1. Install PHP runtime environment if you don't have one yet, such like Apache Httpd, Nginx ...
  4. 2. Install MongoDB PHP driver (http://us.php.net/manual/en/mongo.installation.php)
  5. 3. Download the package from http://rockmongo.com/downloads
  6. 4. Unzip the files into your disk, under root of your site
  7. 5. Open the config.php with your convenient editor, change host, port, admins and so on to yours
  8. 6. Visit the index.php in your browser, for example: http://localhost/rockmongo/index.php
  9. 7. Login with admin username and password, which is set "admin" and "admin" as default
  10. 8. Play with your MongoDBs!
  11. Upgrade from old version
  12. --------------------------------------
  13. 1.Copy all files excluding config.php to your old version directory
  14. 2.Done!
  15. How to install