@bw this is super neat and useful even to people who know how to “code” but haven’t done webhosting before.
I will say though, as someone who interacts with new programmers at my university (undergrad) frequently, I might add that there are a few hidden assumptions in some of the first tutorials. It assumes the reader understands what file extensions are, or knows how how to navigate/understand folders. Should index.html be next to or outside the folder? You haven’t specified :c
@bw maybe “people” is intended to mean people who know file systems and such, but not all adults, even young and bright ones, necessarily know this. I also remember struggling to understand WHERE to do the listed instructions a lot when I was learning these basics, even in “beginner” tutorials.
Recent experience: New programmers can learn to write C code with GCC in an afternoon, but they still need help getting to the part where writing `gcc hello.c` does what they want.