Lines Matching +full:working +full:- +full:directory
20 …The recommended method for creating a locally-trusted certificate is to use [`mkcert`](https://git…
21 - Install the `mkcert` certificate authority into your trust store(s):
23 $ mkcert -install
25 - Create a certificate for `localhost`:
29 …` and `localhost-key.pem`, in the current working directory. It is recommended to create them in t…
33 …uilt-in default configuration that will serve the `single_include/nlohmann/json.hpp` header file r…
34 …-in configuration expects the certificate `localhost.pem` and the private key `localhost-key.pem`t…
36 …t `https://localhost:8443/json.hpp`, run this command from the top level or project root directory:
60 …file `serve_header.yml` in the top level or project root directory, and will fall back on built-in…
63 ## Serving `json.hpp` from multiple project directory instances or working trees
65 `serve_header.py` was designed with the goal of supporting multiple project roots or working trees …
66 The recommended directory structure is shown below but `serve_header.py` can work with other struct…
73 ├── feature2/ ⮜ working trees (e.g., created
79 To serve the header of each working tree at `https://localhost:8443/<worktree>/json.hpp`, a configu…
80 1. Create the file `serve_header.yml` in the top level or project root directory of any working tre…
84 …web server root directory up one level, the `single_include/nlohmann/json.hpp` header files relati…
86 …der.py` by running this command from the same top level or project root directory the configuratio…
91 …ically detect the addition or removal of working trees anywhere within the configured web server r…