Skip to content

Latest commit

 

History

History
executable file
·
67 lines (66 loc) · 3.02 KB

File metadata and controls

executable file
·
67 lines (66 loc) · 3.02 KB

PmpMongoAdmin Setup Scripts

All Setup Files

  • apache/
    • Directory containing Apache server configurations
      • global/ (global: server wide nested apache configurations)
        • phpMongoAdmin.conf
          • configured for localhost and private directory access
        • phpMongoAdminPublic.php
          • configured for public access - requires security enhancements
      • virtualHost/ (vhost configuration for public and private access)
        • vhost_phpMongoAdmin.conf
          • configured for localhost and private directory access
        • vhost_phpMongoAdminPublic.conf
          • configured for public access - requires security enhancements
          • includes an SSL specification
  • nginx/
    • Directory containing Nginx server configurations
      • global/ (global: server wide nested apache configurations)
        • phpMongoAdminPublic.php
          • configured for localhost and private directory access
      • serverBlock/ (Nginx version of VirtualHost)
        • server_phpMongoAdmin.com
          • configured as an Nginx server: equivalent to Apache's virtualhost
  • remote-scripts/
  • Local Installation
    • Use these scripts if you have downloaded or cloned the application
      • pmadefault.sh
      • shell script - handles the default application installation
        • @deprecated
          • to use:
            • source setup/pmadefault.sh
            • forhelp:
              • pmainstall (without any options)
      • pmainstall.sh
      • shell script - provides alternative installation options
        • to use:
          • source setup/pmainstall.sh
          • for help:
            • pmainstall (without any options)
  • App readme file