View Categories

Project tree

< 1 min read

Imagine your project is deployed on /var/www/html. The following project tree is the following:

./currentSymbolic link to the last release. See releases folder.
./releasesContains all release done in your environment. Each release
– is prefixed by « master_ » (master is the name of the GIT branch of the EAC project)
– is suffixed by the deployment date

Example: master_20250512133510
./scriptsContains the deployment script.
./sharedShared resources used by the application
./shared/config/jwtContains JWT SSL certificate
./shared/var/cacheContains the cache of the web application. The content of this folder can be deleted at anytime.
./shared/var/eacContains all archives of jobs, deployment, logs of jobs…
./shared/var/eac/uploadArchives of jobs upload in EAC. The content of this folder can be deleted at anytime.
./shared/var/eac/deployEach job version deployment on EAC. Never delete the content of this folder or change any file in it.
./shared/var/eac/logEach execution log is saved in this folder. Never delete the content of this folder.
./current/var/logLogs of the web application. The content of this folder can be deleted at anytime.