Installation Guide

System Requirements

Installation Steps

1. File Upload

Upload all files to your web server (either in the root directory or a subdirectory)

2. Database Setup

  1. Open phpMyAdmin (usually at http://localhost/phpmyadmin)
  2. Create a new database
  3. Select your database from the left sidebar
  4. Click the "Import" tab
  5. Navigate to the 'sql' folder in your installation directory
  6. Choose the appropriate SQL file:
    • 'database with all radios.sql' - Complete database with pre-loaded radio stations
    • 'database with no radios.sql' - Empty database structure only
  7. Click "Go" to import the selected file

Note: Choose 'database with all radios.sql' if you want to start with a pre-populated list of radio stations. Use 'database with no radios.sql' if you prefer to start with an empty database and add stations manually or through the Radio Garden import feature.

3. Run Installation Wizard

Navigate to: http://your-domain.com/path-to-installation/install.php

Step 1: Database Configuration

  • Enter database host (usually localhost)
  • Enter database name
  • Enter database username
  • Enter database password

Step 2: Site Configuration

  • Enter your site's base URL
  • Example: http://your-domain.com or http://your-domain.com/radio

Step 3: Admin Account

Default Admin Credentials:

  • Username: admin
  • Password: admin123!

Important: Change these credentials immediately after installation!

Post-Installation

File Permissions