Files
12factor/content/toc.md
T
2011-06-05 01:09:33 -07:00

39 lines
1021 B
Markdown

The Twelve Factors
==================
## [I. Codebase](/codebase)
### One codebase tracked in revision control, many deploys
## [II. Dependencies](/dependencies)
### Explicit dependency declaration and isolation
## [III. Config](/config)
### Store config in the environment
## [IV. Backing Services](/backing-services)
### Treat backing services as attached resources
## [V. Build, release, run](/build-release-run)
### Strict separation of build stage and run stage
## [VI. Processes](/processes)
### Stateless processes handle application logic
## [VII. Port binding](/port-binding)
### Services exported via port binding
## [VIII. Concurrency](/concurrency)
### Scale up via the process model
## [IX. Disposability](/disposability)
### Fast startup and graceful shutdown maximize robustness
## [X. Dev/prod parity](/dev-prod-parity)
### Parity between development and production
## [XI. Logs](/logs)
### Logs are event streams
## [XII. Admin processes](/admin-processes)
### One-off admin/management tasks