System Architecture

From Rhomicom Wiki
Revision as of 17:40, 12 August 2023 by Admin (talk | contribs) (→‎SWAPINNESS)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Direct Installation Architecture

  1. Folder/File Structure
    • Fig 1.0 Rho-ERP Web Root Structure
      Fig 1.0 Rho-ERP Web Root Structure
      Web Root Folder (e.g. /var/www/html or /usr/share/nginx/html) Fig 1.0 Rho-ERP Web Root Structure
    • Fig1.1 Database Directory Structure
      Fig1.1 Database Directory Structure
      Database Directory (e.g. /opt/apache/adbs): As shown in the Fig 1.1 on the right. This folder also houses the superConfig file for each installation.
  2. Database Schemas
  3. Code Executions (Client Javascript to Server PHP)
    • Code execution always starts from the client making a request via a javascript ajax call. All client requests are processed first by index.php file and subsequently forwarded to the appropriate php file for execution

Docker Container Architecture

  1. Container Images