╔═══════════════════════════════════════════════════════════╗
║          CompareKit - Quick cPanel Setup                  ║
╚═══════════════════════════════════════════════════════════╝

PROBLEM: Seeing directory listing instead of the app?
SOLUTION: Follow these 4 steps:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

STEP 1: Find Node.js in cPanel
  • Log into cPanel
  • Search for: "Setup Node.js App" or "Node.js Selector"
  • Click it to open

STEP 2: Create Application
  Application root: CompareKit
  Application URL: CompareKit
  Startup file: src/server.js
  Node.js version: 18.x or latest

STEP 3: Install Dependencies
  • Click "Run NPM Install"
  • Wait for it to complete (may take 2-3 minutes)

STEP 4: Start Application
  • Click "Start" or "Restart" button
  • Wait 10 seconds
  • Visit: https://kodepilot.com/CompareKit

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IF NODE.JS NOT AVAILABLE IN CPANEL:

Option A: Contact Your Host
  Ask them to enable Node.js support for your account

Option B: Alternative Hosting
  • Vercel: https://vercel.com (free)
  • Railway: https://railway.app (free)
  • Render: https://render.com (free)

Option C: Deploy to VPS
  Use DigitalOcean, Linode, or similar ($5/month)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TESTING AFTER SETUP:

Health Check:
  https://kodepilot.com/CompareKit/health

Main Interface:
  https://kodepilot.com/CompareKit

API Test:
  curl -X POST https://kodepilot.com/CompareKit/api/generate/comparison \
    -H "Content-Type: application/json" \
    -d '{"productA": "Semrush", "productB": "Ahrefs"}' \
    --output test.png

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

NEED HELP?
  • Read: CPANEL-DEPLOYMENT.md
  • Read: GETTING-STARTED.md
  • Contact your hosting support

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
