Interactive Development Folder Structure: Difference between revisions
Appearance
David Smith (talk | contribs) No edit summary |
David Smith (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
== The mandatory structure == | == The mandatory structure == | ||
|-- config (all configuration-centric files and folders) | |-- config (all configuration-centric files and folders - these '''are not automatically deployed''') | ||
|-- htdocs (all public-facing files and folders) | |-- htdocs (all public-facing files and folders) | ||
|-- project (all private, security-centric files and folders) | |-- project (all private, security-centric files and folders) | ||
Revision as of 10:36, 12 July 2016
Introduction
In order to support so many clients with differing server configurations and requirements, the following folder structure is, as of June 2016, mandatory for all development projects in the Interactive department.
The mandatory structure
|-- config (all configuration-centric files and folders - these are not automatically deployed) |-- htdocs (all public-facing files and folders) |-- project (all private, security-centric files and folders)