├── 01-index.md ├── 02-concepts.md ├── 03-scope.md ├── 04-mixing.md ├── 05-deploying.md ├── 06-rpms.md ├── 07-1-telemetry.md ├── 07-2-qa-testing.md ├── 07-3-debugging.md ├── README.md ├── SUMMARY.md ├── book.json └── files ├── clear-mixer-architecture.png ├── clr └── user-setup.sh ├── mixer └── release-image-config.json ├── nginx └── mixer.conf └── qemu ├── OVMF.fd └── start_qemu.sh /01-index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/01-index.md -------------------------------------------------------------------------------- /02-concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/02-concepts.md -------------------------------------------------------------------------------- /03-scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/03-scope.md -------------------------------------------------------------------------------- /04-mixing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/04-mixing.md -------------------------------------------------------------------------------- /05-deploying.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/05-deploying.md -------------------------------------------------------------------------------- /06-rpms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/06-rpms.md -------------------------------------------------------------------------------- /07-1-telemetry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/07-1-telemetry.md -------------------------------------------------------------------------------- /07-2-qa-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/07-2-qa-testing.md -------------------------------------------------------------------------------- /07-3-debugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/07-3-debugging.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/book.json -------------------------------------------------------------------------------- /files/clear-mixer-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/files/clear-mixer-architecture.png -------------------------------------------------------------------------------- /files/clr/user-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/files/clr/user-setup.sh -------------------------------------------------------------------------------- /files/mixer/release-image-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/files/mixer/release-image-config.json -------------------------------------------------------------------------------- /files/nginx/mixer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/files/nginx/mixer.conf -------------------------------------------------------------------------------- /files/qemu/OVMF.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/files/qemu/OVMF.fd -------------------------------------------------------------------------------- /files/qemu/start_qemu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clearlinux/how-to-clear/HEAD/files/qemu/start_qemu.sh --------------------------------------------------------------------------------