Updates
This commit is contained in:
@@ -77,6 +77,28 @@ diagnostics and control surfaces, but Jarvis will not run inference on them.
|
||||
See [hardware compatibility](docs/hardware-compatibility.md) and
|
||||
[troubleshooting](docs/troubleshooting.md).
|
||||
|
||||
## Install with the web installer
|
||||
|
||||
The recommended Gitea installer downloads the source snapshot at the current
|
||||
rolling ref, then runs the reviewed user-local installer. It does not require
|
||||
root access and does not install into system directories.
|
||||
|
||||
~~~bash
|
||||
curl -fsSL https://git.ssh.surf/snxraven/gnome-jarvis/raw/branch/main/packaging/web-installer.sh | bash -s -- --enable
|
||||
~~~
|
||||
|
||||
Omit `--enable` to install without starting the service. Run the first-run
|
||||
setup afterward:
|
||||
|
||||
~~~bash
|
||||
bash ~/.local/share/jarvis-qvac/packaging/first-run.sh
|
||||
gnome-extensions enable jarvis@qvac.local
|
||||
~~~
|
||||
|
||||
The installer requires Node.js 22.17+, npm, curl, and tar. For a mirror or a
|
||||
specific Gitea ref, set `JARVIS_SERVER`, `JARVIS_REPO`, or `JARVIS_REF` before
|
||||
the command. The downloaded ref must contain the repository packaging files.
|
||||
|
||||
## Install from a checkout
|
||||
|
||||
The harness is copied into vendor/agent-harness. It is not a symlink and the
|
||||
|
||||
Reference in New Issue
Block a user