Pipi Core directory structure

Mike's Notes

Here are some recent changes, and no doubt there will be many more on the road to autonomous automated production. This has been driven by;

  • Application.cfc configuration
  • Cross-platform deployment
  • Cost reduction
  • Security
  • Privacy
  • Archiving
  • Import previous versions
  • Generate future versions

Editions

Setting up the data centre has resulted in Pipi 9 being explicitly split into 4 editions this week, each with a different role. They all work together to provide socially useful critical infrastructure services.

  • Pipi Application
  • Pipi Core
  • Pipi IaC
  • Pipi Robot

Pipi Application

SaaS applications that run in the cloud (AWS, Azure, GCP, IBM, Oracle, etc).

Pipi Core

The mother ship runs in the isolated data centre.

Pipi IaC

A slave of Pipi Core, it uses Infrastructure as Code (IaC) to deploy into the cloud.

Pipi Robot

A slave of Pipi Core, it runs in the cloud to super-administer all SaaS applications.

Resources

References

  • Reference

Repository

  • Home > Ajabbi Research > Library >
  • Home > Handbook > 

Last Updated

06/04/2026

Pipi Core directory structure

By: Mike Peters
On a Sandy Beach: 06/04/2026

Mike is the inventor and architect of Pipi and the founder of Ajabbi.

This is the current default directory configuration for the Pipi Core accounts in a Windows data centre.

Pipi can automatically edit the configuration file to easily change the location of these key directories for a particular host, such as Windows or Linux.

  • Linux
  • MacOS
  • Windows
  • etc.

Each major build version contains a different directory structure. This configuration file is for version 9.

Configuration file

<major version><edition><account type>/

  • data/
    • db2/
    • msaccess/
    • mssql/
    • oracle/
    • pg/
      • 18/
  • pipi/
      • <name>
        • pip/
          • i18n/
          • log/
          • <pipi version>.txt
          • sys/
          • temp/
          • template/
            • _include/
            • _layout/
                • _log/
    • work/
      • backup/
      • install/
      • project/


    Descriptions


    Directory Example Description
    <major version><edition><account type> 9cc/ Major version = 9
    Edition = c (Pipi Core).
    Account type = c (Core).
    <name> loki/ Pipi instance name (retired deity, lowercase, unique ASCII).
    pip pip/ Pipi Core goes here
    i18n i18n/ Translation files
    log log/ Log files
    <pipi version>.txt pipi.9.1.2.34567.txt ASCII text file (current build).
    sys sys/ Application
    temp temp/
    template template/

    No comments:

    Post a Comment