Where's My Ride Setup

Step 1 of 5 — Welcome

1
2
3
4
5

Welcome

Where's My Ride is an AI-powered transit inquiry system that handles "where is my bus?" calls and chats. This wizard will help you set up the application in a few quick steps:

  1. Check server requirements
  2. Configure your database and Redis connections
  3. Create the database tables
  4. Set up your administrator account

Install Type

Pick how this PHP install will run. You can't change it later without redoing setup.

Sets SINGLE_TENANT_SLUG in .env. Used for URL generation and identifying this install in operator-side records. Leave blank if unsure.
Shown in the browser title bar and login page.
Demo mode enables data purge tools and shows a DEMO badge.

Server Requirements

PHP 8.1 or higher — Current: PHP 8.5.6
Extension: pdo_mysql — Loaded
Extension: mbstring — Loaded
Extension: json — Loaded
Extension: session — Loaded
Extension: fileinfo — Loaded
Extension: curl — Loaded
Extension: redis (recommended) — Loaded
public/uploads/ writable — Not writable
Project root writable (.env, installed.lock) — Writable
storage/logs/ writable (PHP error logging) — Writable
Migrations directory found — 165 migration files