5 Prepare and Run
1. Check Database Configuration
# Check if DATABASE_URL is set correctly
grep DATABASE_URL .env
# Or if using test application structure:
grep DATABASE_URL tests/TestApplication/.env2. (Optional) Backup Templates
3. Setup Assets Structure
Create entrypoint files (if missing)
Create controllers.json files (if missing)
4. Database Setup
Create database
Setup schema and data
Load fixtures
5. Install and Build Assets
Install dependencies
Build assets
Install public assets
Troubleshooting: Asset Build Errors
6. Start Development Server
Last updated
Was this helpful?
