1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:17:39 +03:00
Files
android_cast/examples/app_hub/README.md
2026-05-25 07:37:26 +02:00

489 B

Project hub (/app/androidcast_project/)

Two static files. Copy from git to the VM:

cp examples/app_hub/index.html /var/www/localhost/htdocs/apps/app/androidcast_project/
cp examples/app_hub/hub.css       /var/www/localhost/htdocs/apps/app/androidcast_project/

One-time: stop nginx redirecting /app/androidcast_project/ to crashes — use the two location = blocks in examples/crash_reporter/backend/nginx.apps.conf.fragment, then nginx -t && reload.

That's it.