File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,25 @@ LinuxFr.org development environment with the Docker engine and
1919See also
2020--------
2121
22- If you want the full stack for running LinuxFr.org, you should also look at:
22+ Overview of LinuxFr.org stack:
23+
24+ ``` mermaid
25+ graph TD
26+ J(share linuxfrorg/share-linuxfr.org) -->|HTTP| K[\third party social networks/]
27+ A[/browser/webclient\] -->|HTTP| B[web front nginx]
28+ D("img cache linuxfrorg/img-LinuxFr.org") -->|HTTP| G[\third party web sites/]
29+ B -->|HTTP, IP socket| D
30+ B -->|HTTP, unix socket| I("board linuxfrorg/board-sse-linuxfr.org")
31+ B -->|HTTP, unix socket| C("RoR site linuxfrorg/linuxFr.org")
32+ D --> F[Redis cache]
33+ I --> F
34+ C --> F
35+ J --> F
36+ C --> E[SQL database MariaDB]
37+ C -->|HTTP, IP socket| Y("svgtex maths & LaTeX linuxfrorg/svgtex")
38+ B <-->|HTTP,IP socket| H("epub converter linuxfrorg/epub-LinuxFr.org")
39+ ```
2340
24- * [ The admin files] ( https://github.com/linuxfrorg/admin-linuxfr.org )
25- * [ The migration script] ( https://github.com/linuxfrorg/migration-linuxfr.org )
2641* [ The board daemon] ( https://github.com/linuxfrorg/board-sse-linuxfr.org )
2742* [ The share daemon] ( https://github.com/linuxfrorg/share-LinuxFr.org )
2843* [ The epub daemon] ( https://github.com/linuxfrorg/epub-LinuxFr.org )
You can’t perform that action at this time.
0 commit comments