Q & A
Mayroon bang blangkong pahina sa halip na ang website?
Pagkatapos ng Go Live!, maaaring magtagumpay ang pag-deploy habang nagpapakita pa rin ng blangkong page o listahan ng direktoryo ang live na URL. Ang Robotron ay awtomatikong nagde-detect ng mga back-end na app (PHP/Laravel, Python/Django, WordPress, atbp.) mula sa mga marker tulad ng composer.json o manage.py sa root ng proyekto, at gumagamit ng static na Apache na pagho-host para sa lahat ng iba pa.
Back-end na app? Buksan ang app root folder — ang naglalaman ng composer.json, artisan, manage.py, requirements.txt, o wp-config.php — hindi isang magulang o subfolder. I-click muli ang Go Live!. Ang Robotron ay nagde-deploy ng mga back-end na stack sa Docker.
Static na front-end o natigil pa rin? Ipadala ang prompt na ito sa iyong AI editor:
Prepare this project for Robotron Go Live (VS Code/Cursor).
Back-end (Laravel/PHP, Python/Django, WordPress, PrestaShop): keep normal app layout at this folder root (composer.json, artisan, manage.py, requirements.txt, or wp-config.php). Robotron auto-detects and deploys to Docker — do not convert to static HTML.
Static front-end: put index.html at the project root with css/, js/, and images/ beside it; relative asset paths (./css/style.css); ship ready-to-serve files — Robotron static hosting does not run npm install or npm run build.
Do not start a new project. Fix whatever causes a blank page or directory listing after deploy.
Tip: kopyahin ang prompt sa itaas, i-paste ito sa Cursor o VS Code chat, hayaan ang AI na ihanda ang proyektong ito para sa Go Live, pagkatapos ay i-click muli ang Go Live!.