Getting Started
Choose Your Setup Path
Section titled “Choose Your Setup Path”start
Explore hosted docs
Use the docs site to learn the RIA Hub vocabulary and workflow before touching local tools.
develop
Run locally
Clone the docs or product repo, install dependencies, and validate changes before opening a PR.
operate
Use an existing instance
Follow an admin-provided RIA Hub URL, repository, and runner profile.
Git LFS Baseline
Section titled “Git LFS Baseline”RIA Hub repositories can contain recordings, datasets, exported models, and packaging artifacts. Git LFS keeps those large files manageable while the normal Git history tracks pointers and metadata.
Install and confirm Git LFS
Install Git LFS
Use your platform package manager or the official Git LFS installer, then run git lfs install once for your user.
Clone after installation
Install LFS before cloning repositories that already contain RF data so the large objects are fetched correctly.
Check tracked files
Run git lfs ls-files in the repository to confirm recordings or artifacts are tracked by LFS.
$ git clone https://github.com/qoherent/riahub-docs.git
cd riahub-docs
npm install
npm run dev Astro serves the docs at http://localhost:4321