How do I install CivicRecords AI? #2
Unanswered
scottconverse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Q: What do I need to get CivicRecords AI running on my city's server?
A: You need a machine with Docker installed. Recommended spec: 8+ cores, 32 GB+ RAM (hard minimum per the locked Windows target profile; 64 GB recommended), 50 GB+ free disk space. Target OS for the Windows installer is Windows 11 Pro 23H2+; CPU-only is supported (GPU optional).
Two install paths as of v1.2.0:
1. Windows — double-click
.exeinstaller (new in v1.2.0).Download the real installer from the v1.2.0 release page:
CivicRecordsAI-1.2.0-Setup.exeCivicRecordsAI-1.2.0-Setup.exe.sha256(verify withGet-FileHash .\CivicRecordsAI-1.2.0-Setup.exe -Algorithm SHA256and compare)Unsigned by design — Windows SmartScreen will show "Windows protected your PC — Unknown publisher" on first run. That's expected. Remediation: click More info → Run anyway, then confirm UAC. Full walkthrough in
installer/windows/README.md.After install you get two Start Menu shortcuts:
docker compose up -d, opens the admin panel athttp://localhost:8080. Does NOT re-run the installer, NOT re-pull any model, NOT re-seed.ollama pullof the selected model +nomic-embed-textembedder → baseline seed → browser.2. Linux / macOS — guided script (unchanged).
Clone the repo at the
v1.2.0tag and run./install.sh. Native.deb/.pkg/.dmgparity is explicit follow-on work, not shipped in v1.2.0.Both paths handle:
postgres,redis,ollama,api,worker,beat,frontend)ENCRYPTION_KEYauto-generated on fresh install for at-rest encryption of connector credentials. Back this up separately from your database — losing it means losing credential access.gemma4:e4b;gemma4:e2b/gemma4:26b/gemma4:31balso selectable)After install, open
http://localhost:8080and sign in with the admin credentials the installer printed. Full details in the README and USER-MANUAL.All reactions