-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Milestone
Description
As a BLIS Developer,
I want to restructure the BLIS project directory so that the Apache DocumentRoot points to a current link,
So that the application is prepared for atomic updates via versioned release directories.
Description
We are moving away from a static htdocs directory at the project root. The new structure will move all application files into releases/[version_number]/ and utilize a filesystem link named current to point to the active version.
Target Structure:
/BLIS
├── current (Junction/Symlink -> releases/v3.8.1)
└── releases/
└── v3.8.1/
├── htdocs/
├── vendor/
└── db/
Technical Constraints:
- Windows:
currentmust be a Directory Junction (mklink /J). - Linux:
currentmust be a Symbolic Link (ln -s). - Apache:
httpd.confmust be updated to pointDocumentRootto thecurrent/htdocspath.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels