Commit 846474b
docs(vercel): lead with the four-step deploy, and fix the install e2e
The page predated the Deploy Button. It told the reader to import their
own repository, set a build command of `community migrate && forum-web
build` — without `--at-root`, so the artefact lands where Vercel does not
read it — and to bring their own managed Postgres, Redis, mail provider
and domain. All four now arrive with the deploy.
It opens with the route: press the button, connect the four products,
generate two secrets, deploy, open /install. Everything that is not a step
moved behind it, split into what decides whether the route suits you at
all and what to come back to when the platform behaves unlike a server.
The manual route is kept whole under its own heading, with the build
command corrected and the requirements table that used to be at the top.
The two anchors other documents link to are preserved verbatim.
The install e2e started from a genuinely empty database and relied on the
installer to migrate it, so it failed on its first step rather than
reaching the validation error it was written to test. The fixture had
conflated applying the schema with inserting fixture rows under one flag;
they are separate now, and the install database carries the schema with no
rows — the state a board is genuinely in when someone opens /install. A
genuinely empty one would fail that step, and correctly so.1 parent 3a1cc5a commit 846474b
5 files changed
Lines changed: 518 additions & 431 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
636 | | - | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
637 | 644 | | |
638 | 645 | | |
639 | 646 | | |
| |||
0 commit comments