- aria-data/config/AGENT.md — ARIAs Persönlichkeit und Sicherheitsregeln
- `aria-data/config/USER.md` — Stefans Präferenzen - `aria-data/config/TOOLING.md` — VM-Tooling Liste - `aria-data/skills/README.md` — Skill-Bauanleitung ### Bekannte Probleme - Android Release-Build: `EMFILE: too many open files` — Fix: `CI=true` in `build.sh` - JDK 21 inkompatibel mit AGP 8.1 — Fix: Automatischer Fallback auf JDK 17 - `react-native-screens` > 3.27.0 inkompatibel mit RN 0.73.4 — Fix: Version gepinnt
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# ARIA Tooling — installierte Software in der VM
|
||||
|
||||
## Stand: 2026-03-08
|
||||
|
||||
### Desktop / X11
|
||||
- xfce4 — leichtgewichtiger Window Manager (Wahl: minimal, stabil)
|
||||
- xterm — Terminal
|
||||
|
||||
### Browser
|
||||
- firefox-esr — fuer Web-Skills
|
||||
|
||||
### Dev Tools
|
||||
- nodejs v22, npm
|
||||
- python3, pip
|
||||
- git, curl, wget, jq
|
||||
|
||||
### Audio
|
||||
- pulseaudio, alsa-utils
|
||||
|
||||
## Installationsreihenfolge bei Neuaufbau
|
||||
1. apt install xfce4 xterm
|
||||
2. startx
|
||||
3. apt install firefox-esr nodejs python3 git curl wget jq
|
||||
4. docker compose up -d
|
||||
Reference in New Issue
Block a user