From 4d6324e328262105105a2578393c33597b6b0a3e Mon Sep 17 00:00:00 2001 From: boyska Date: Tue, 22 Apr 2014 11:33:05 +0200 Subject: [PATCH] 12factors.md format fixed --- 12factors.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/12factors.md b/12factors.md index ec5a3e7..582c532 100644 --- a/12factors.md +++ b/12factors.md @@ -1,19 +1,19 @@ techrec tries to follow [The Twelve Factors](http://12factor.net/), but it's still not perfect -**Codebase**: YES -**Dependencies**: YES, ffmpeg must be done manually -**Config**: ALMOST: the environment contains the path for the config file -**Backing services**: there are none, so YES -**Build, release, run**: YES -**Processes**: ALMOST; the process are not completely stateless, as the job + * **Codebase**: YES + * **Dependencies**: YES, ffmpeg must be done manually + * **Config**: ALMOST: the environment contains the path for the config file + * **Backing services**: there are none, so YES + * **Build, release, run**: YES + * **Processes**: ALMOST; the process are not completely stateless, as the job dispatcher is in them -**Port binding**: YES -**Concurrency**: NO; as in Processes, the job dispatcher is a violation -**Disposability**: YES -**Dev/prod parity**: YES -**Logs**: YES; but accesslog is written to stderr -**Admin processes**: YES, using cli.py + * **Port binding**: YES + * **Concurrency**: NO; as in Processes, the job dispatcher is a violation + * **Disposability**: YES + * **Dev/prod parity**: YES + * **Logs**: YES; but accesslog is written to stderr + * **Admin processes**: YES, using cli.py vim: set ft=markdown: