mirror of
https://github.com/kennethreitz/12factor.git
synced 2026-06-05 23:10:17 +00:00
36 lines
881 B
Markdown
36 lines
881 B
Markdown
The Twelve Factors
|
|
==================
|
|
|
|
## [I. Repo](/repo)
|
|
### One code repo, 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)
|
|
### Separate build and run stages
|
|
|
|
## [VI. Processes](/processes)
|
|
### Stateless, disposable processes handle application logic
|
|
|
|
## [VII. Port binding](/port-binding)
|
|
### Services exported via port binding
|
|
|
|
## [VIII. Concurrency](/concurrency)
|
|
### Scale up via the process model
|
|
|
|
## [IX. Dev/prod parity](/dev-prod-parity)
|
|
### Parity between development and production
|
|
|
|
## [X. Logs](/logs)
|
|
### Logs are event streams
|
|
|
|
## [XI. Admin processes](/admin-processes)
|
|
### One-off admin/management tasks
|