Skip to content

Commit

Permalink
Environments
Browse files Browse the repository at this point in the history
  • Loading branch information
BramVerniest committed Dec 1, 2023
1 parent 90e045a commit e6d8887
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
33 changes: 28 additions & 5 deletions docs/CHILI-GraFx/concepts/environments/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
---
tags:
- unfinished
---
# Environments in CHILI GraFx

# CHILI GraFx Environments
## Introduction

In CHILI GraFx, an environment is a foundational concept that shapes how users interact with and manage their creative assets. Environments act as segregated, secure spaces where documents, templates, and other creative elements are stored and managed.

## Key Characteristics of Environments

### Isolation

One of the crucial features of an environment is its isolation from others. No data interchange or interaction is possible between different environments[^1]. This isolation ensures security and integrity of data, where each environment functions independently.

### Sandbox vs. Production Environments

CHILI GraFx offers two primary types of environments – the Sandbox and the Production environment. See [here](/CHILI-GraFx/concepts/sandbox/) for more info.

### Testing and Deployment

The existence of separate Sandbox and Production environments allows for thorough testing of new features. This process is crucial to identify and fix any issues before they impact the live version used by customers.

### User Interface and API

Both the user interface (UI) and the application programming interface (API) of CHILI GraFx are subject to this environmental split.

### Hosting and Control

CHILI GraFx environments can be hosted on multi-tenant or private tenant setups, depending on the contract. This aspect determines the control you have over the timing of updates in both Sandbox and Production environments.

[^1]: Using the API you could build a workflow, interacting with several environments, considering you have access to all environments. Through API calls, could access assets on different environments.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ nav:
- 'Upgrade from My CHILI publish': 'CHILI-GraFx/guides/onboarding/upgrade/index.md'
- 'Concepts':
- 'Template Management': 'CHILI-GraFx/concepts/template-management/index.md'
- 'Environments': 'CHILI-GraFx/concepts/environments/index.md'
- 'Renders': 'CHILI-GraFx/concepts/renders/index.md'
- 'Storage': 'CHILI-GraFx/concepts/storage/index.md'
- 'Sandbox': 'CHILI-GraFx/concepts/sandbox/index.md'
Expand Down

0 comments on commit e6d8887

Please sign in to comment.