Read Me First
This folder of docs explains in more detail how the Central CDN source code is conceptually organized, how things work together, and how the processes are implemented.
For a good overview of the Central CDN's architecture and its processes, please refer to the Central CDN architecture document in the Wiki.
Documents in this folder:
- Architecture: The architectural overview of the CDN and its processes
- Components: All about the parts that build the Central CDN
- GitHub workflows: Git branches and GitHub workflows
- dev, stage, prod: How we distinguish between different environments
- Local deployment: How to deploy a dev environment from a local machine?
- deploy.sh: What does this
bashcode do after all?! - Backup and recovery: How backups are created an how to recover them
- Set up from scratch: What needs to be done in a totally new AWS account?