Skip to content

Commit 0164dee

Browse files
ipasechnikovNikitaSincclaude
committed
readme: require Aidbox portal activation, drop admin/password login path
Co-authored-by: Nikita Sintsev <nikita.sintsev@health-samurai.io> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6d747be commit 0164dee

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,18 @@ Three horizontal bands wrap a left-to-right data flow.
5151
```sh
5252
bun install
5353
docker compose up -d # Aidbox + PostgreSQL
54-
# Open http://localhost:8080, log in at aidbox.app to activate license (first run only)
54+
```
55+
56+
**Activate Aidbox (required, first run only).** Open http://localhost:8080 — instance will redirect to the activation screen. Click **Continue with Aidbox account**, sign up at [aidbox.app](https://aidbox.app/) (free), and issue a development license for this instance. See the [official activation guide](https://www.health-samurai.io/docs/aidbox/getting-started/run-aidbox-locally#4-activate-your-aidbox-instance). The instance won't accept API requests until activated — `bun run migrate` and `bun run dev` will fail with auth errors otherwise.
57+
58+
```sh
5559
bun run migrate # Install custom resources (IncomingHL7v2Message, OutgoingBarMessage)
5660
bun run dev # Start web server + in-process polling workers
5761
```
5862

5963
Access points:
6064
- **Web UI:** http://localhost:3000
61-
- **Aidbox Console:** http://localhost:8080login as `admin` with `BOX_ADMIN_PASSWORD` from `docker-compose.yaml`
65+
- **Aidbox Console:** http://localhost:8080log in with the Aidbox account you used to activate the instance
6266
- **MLLP Server:** localhost:2575
6367

6468
Optional: `bun scripts/load-test-data.ts` loads 5 patients with encounters, conditions, procedures, coverages.

0 commit comments

Comments
 (0)