Rights attributes for EAS and Epistema LMS setups
Un article de EpistemaWiki.
Some folders in the application need to be writable by apache:
- configuration (only during the setup)
- install (only during the setup)
The data folder contains all the data items (that could be uploaded by a user) - this folder needs read/write attribute on most its subdirectories:
- data/attachments
- data/content
- data/downloads
- data/imports
- data/logos
- data/mailing_rules_attachments
- data/mailing_template
- data/medias
- data/preview
- data/styles
- data/themes
- data/user_pictures
Some folders in the application contain files that are generated at run time, including the following folders that contain all the localisation files:
- locales/
- modules/e3/locales/
- modules/easyquizz_web/locales/
- js_calendar/dhtmlgoodies_calendar/locales/
- includes/custom/lang
- includes/epitools/locales/
- data/mailing_rules/congratulate_objective/locales/
- data/mailing_rules/connection_remind/locales/
- data/mailing_rules/module_inline_with_objective/locales/
- data/mailing_rules/module_objective_reminder/locales/
- data/mailing_rules/quizz_inline_with_objective/locales/
- data/mailing_rules/quizz_objective_reminder/locales/
- data/mailing_rules/send_J+N/locales/
Any locale folder that can be found in a mailing rule or in a module, eg:
- data/modules/your_module/locales/
Everything else should be read only.
