Run daemon on packaged Bare runtime
This commit is contained in:
+9
-8
@@ -2,9 +2,10 @@
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Ubuntu GNOME 24.04 or newer, Node.js 22.17+, PipeWire/WirePlumber, GNOME
|
||||
desktop portals, GTK4/libadwaita, AT-SPI2, and a QVAC-visible GPU are required
|
||||
for the full runtime. See [hardware compatibility](hardware-compatibility.md).
|
||||
Ubuntu GNOME 24.04 or newer, the packaged Bare runtime, PipeWire/WirePlumber,
|
||||
GNOME desktop portals, GTK4/libadwaita, AT-SPI2, and a QVAC-visible GPU are
|
||||
required for the full runtime. Node.js is a build and test dependency only.
|
||||
See [hardware compatibility](hardware-compatibility.md).
|
||||
|
||||
## Web installation
|
||||
|
||||
@@ -14,10 +15,10 @@ For the current Gitea rolling build:
|
||||
curl -fsSL https://git.ssh.surf/snxraven/gnome-jarvis/raw/branch/main/packaging/web-installer.sh | bash -s -- --enable
|
||||
~~~
|
||||
|
||||
The installer downloads the source archive at the `rolling` ref and delegates
|
||||
to the repository installer. Omit `--enable` to copy files without starting
|
||||
the service. Pin a reviewed ref or use a mirror with `JARVIS_REF`,
|
||||
`JARVIS_SERVER`, and `JARVIS_REPO`.
|
||||
The installer downloads the self-contained Bare bundle from the `rolling`
|
||||
release and delegates to the repository installer. Omit `--enable` to copy
|
||||
files without starting the service. Use `JARVIS_SERVER`, `JARVIS_REPO`, and
|
||||
`JARVIS_BUNDLE_URL` for a mirror.
|
||||
|
||||
## Development start
|
||||
|
||||
@@ -27,7 +28,7 @@ npm test
|
||||
npm run gpu-doctor
|
||||
npm run cu-doctor
|
||||
npm run voice-doctor
|
||||
node daemon/index.js
|
||||
bare daemon/bare-entry.js
|
||||
```
|
||||
|
||||
Use `npm run qvac:serve:diagnostic` only when a separate local client needs the
|
||||
|
||||
Reference in New Issue
Block a user