# Project hub (`/app/androidcast_project/`) Two static files. Copy from git to the VM: ```bash 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.