Q&A
웹사이트 대신 빈 페이지가 있나요?
Go Live! 이후에는 라이브 URL이 여전히 빈 페이지나 디렉터리 목록을 표시하는 동안 배포가 성공할 수 있습니다. Robotron는 프로젝트 루트의 composer.json 또는 manage.py과 같은 마커에서 백엔드 앱(PHP/Laravel, Python/Django, WordPress 등)을 자동 감지하고 그 밖의 모든 항목에는 정적 Apache 호스팅을 사용합니다.
백엔드 앱? 상위 폴더나 하위 폴더가 아닌 composer.json, artisan, manage.py, requirements.txt 또는 wp-config.php가 포함된 앱 루트 폴더를 엽니다. Go Live!을 다시 클릭하세요. Robotron은 백엔드 스택을 Docker에 배포합니다.
정적 프런트 엔드 또는 여전히 붙어 있습니까? AI 편집자에게 다음 메시지를 보냅니다.
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.
팁: 위의 메시지를 복사하여 Cursor 또는 VS Code 채팅에 붙여넣고 AI가 이 프로젝트를 라이브로 준비하도록 한 다음 Go Live!을 다시 클릭하세요.