Imagine your project is deployed on /var/www/html. The following project tree is the following:
| ./current | Symbolic link to the last release. See releases folder. |
| ./releases | Contains 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 |
| ./scripts | Contains the deployment script. |
| ./shared | Shared resources used by the application |
| ./shared/config/jwt | Contains JWT SSL certificate |
| ./shared/var/cache | Contains the cache of the web application. The content of this folder can be deleted at anytime. |
| ./shared/var/eac | Contains all archives of jobs, deployment, logs of jobs… |
| ./shared/var/eac/upload | Archives of jobs upload in EAC. The content of this folder can be deleted at anytime. |
| ./shared/var/eac/deploy | Each job version deployment on EAC. Never delete the content of this folder or change any file in it. |
| ./shared/var/eac/log | Each execution log is saved in this folder. Never delete the content of this folder. |
| ./current/var/log | Logs of the web application. The content of this folder can be deleted at anytime. |
