Document catalog host moves and add per-module host-deps installer.
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
zapier-docs-master now has CATALOG-HOST.md (relative PDFs / rewrite-docs-host.py) and HOST-DEPS.md. verae-bootstrap/scripts/host-deps.sh checks and installs git, Node, native build tools, and nats-server on Debian or Alpine from host-deps.tsv (every Forgejo module). fetch.sh runs it before clone/npm.
This commit is contained in:
parent
20155de96b
commit
2d51d7a0dd
17 changed files with 629 additions and 9 deletions
|
|
@ -616,6 +616,8 @@ def main() -> None:
|
|||
extras = ("README.md", "SUMMARY.md", "NATS.md")
|
||||
if pkg == "zapier-decisions":
|
||||
extras = extras + ("LOG.md", "TODO.md")
|
||||
if pkg == "verae-bootstrap":
|
||||
extras = extras + ("HOST-DEPS.md",)
|
||||
for name in extras:
|
||||
p = pkg_root / name
|
||||
if p.exists():
|
||||
|
|
@ -824,8 +826,11 @@ def main() -> None:
|
|||
|
||||
extra_pdf = [
|
||||
("docs-master/README.pdf", "Master summaries (docs-master)"),
|
||||
("docs-master/CATALOG-HOST.pdf", "Move the catalog to another hostname"),
|
||||
("docs-master/HOST-DEPS.pdf", "Host OS / Node / NATS installer"),
|
||||
("docs-master/MESSAGE-FLOWS.pdf", "Numbered message flows"),
|
||||
("docs-master/modules-and-nats.pdf", "NATS address table"),
|
||||
("packages/verae-bootstrap/HOST-DEPS.pdf", "Host OS / Node / NATS installer"),
|
||||
("user-docs/README.pdf", "User guide index"),
|
||||
("packages/verae-zapier-simulator/README.pdf", "Simulator README"),
|
||||
("packages/verae-fleet/docs/CONSOLE.pdf", "Operator console"),
|
||||
|
|
@ -839,8 +844,11 @@ def main() -> None:
|
|||
]
|
||||
extra_md = [
|
||||
("docs-master/README.html", "Master summaries (docs-master)"),
|
||||
("docs-master/CATALOG-HOST.html", "Move the catalog to another hostname"),
|
||||
("docs-master/HOST-DEPS.html", "Host OS / Node / NATS installer"),
|
||||
("docs-master/MESSAGE-FLOWS.html", "Numbered message flows"),
|
||||
("docs-master/modules-and-nats.html", "NATS address table"),
|
||||
("packages/verae-bootstrap/HOST-DEPS.html", "Host OS / Node / NATS installer"),
|
||||
("user-docs/README.html", "User guide index"),
|
||||
("packages/verae-zapier-simulator/README.html", "Simulator README"),
|
||||
("packages/verae-fleet/docs/CONSOLE.html", "Operator console"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue