Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 967 Bytes

c4.md

File metadata and controls

21 lines (13 loc) · 967 Bytes

C4 and Structurizr Cheatsheet

  • C4: a lightweight architecture model that is approachable for many different roles
  • Structurizr: a software implementation using the C4 model to create and render diagrams.
  • sturcutrizr-lite

Steps:

  • Install Docker command line and Docker Desktop
  • Install Structurizr Lite docker container.

Running Structurizr Lite locally for the various models in development:

HFRNet is one project I was working on initially. Launching Structurizr Lite on the hfrnet DSL code folder

docker run -it --rm -p 8080:8080 -v /Volumes/develop/hfrnet/architecture/:/usr/local/structurizr structurizr/lite

Currently, download all the diagrams from the web server in png and svg formats and put them in a Google Slide show, there has to be a better way. Experiment with Github pages later