Jump to content

Interactive Development Folder Structure: Difference between revisions

From Parasol
No edit summary
No edit summary
Line 2: Line 2:
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:
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:


|-- config (all configuration-centric files and folders - '''this''' '''are''' '''not automatically deployed''')
|-- config (all configuration-centric files and folders)


|-- htdocs
|-- htdocs (all public-facing files and folders)


all public-facing (
|-- project (all private, security-centric files and folders)
 
|-- project

Revision as of 10:33, 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:

|-- config (all configuration-centric files and folders)

|-- htdocs (all public-facing files and folders)

|-- project (all private, security-centric files and folders)