release 1.4.1: generic docs and canonical install path
Docs use generic ops/outside-runner wording; install path ~/src/taler-monitoring. VERSION 1.4.1 patch on top of the 1.4.0 scheme release.
This commit is contained in:
parent
4dace0d7de
commit
53a9ceceeb
15 changed files with 75 additions and 50 deletions
|
|
@ -116,7 +116,7 @@ GUI=1 ./run-android-build-and-smoke.sh
|
|||
## Platform capability flags (planned + defaults)
|
||||
|
||||
Automation can run on hosts that support **Android only**, **GUI tooling only**
|
||||
(conceptual), or **both**. Flags keep that explicit for CI and laptops.
|
||||
(conceptual), or **both**. Flags keep that explicit for CI and workstations.
|
||||
|
||||
### Proposed env flags
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ with **`-no-window`** and still keep **graphics logic** in the guest:
|
|||
# or let smoke auto-start headless AVD when no phone is plugged in
|
||||
STACK=goa ./run-android-gui-smoke.sh
|
||||
|
||||
# laptop: show the emulator window
|
||||
# ops workstation: show the emulator window
|
||||
WINDOWED=1 ./start-android-emulator.sh --wait
|
||||
# or: EMULATOR_HEADLESS=0 EMULATOR_GPU=host ./start-android-emulator.sh --wait
|
||||
```
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ Canonical notes (minimal variant, **flags**, Linux defaults):
|
|||
```bash
|
||||
# headless AVD only (default path for servers)
|
||||
./start-android-emulator.sh --wait
|
||||
# windowed (laptops)
|
||||
# windowed (workstations with display)
|
||||
WINDOWED=1 ./start-android-emulator.sh --wait
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue