Skip to content

Installation Guide

Alex Secor edited this page Dec 5, 2025 · 1 revision

Installation Guide

Follow these steps to run Accessibility Finder locally.

1. Clone the Repository

git clone https://github.com/SAS24E/AccessibilityFinder.git

2. Install Requirements

You need:

  • PHP 8 or higher
  • MySQL 5.7+
  • XAMPP/MAMP/WAMP or similar

3. Import the Database

  • Open phpMyAdmin
  • Create a new database
  • Import the SQL file from the Database folder

4. Configure Database Credentials

Edit: application/config/Database.php

Update: $host, $db_name, $username, $password

5. Run the Application

Place the project inside: xampp/htdocs/AccessibilityFinder

Visit: http://localhost/AccessibilityFinder/public/index.php

If everything is configured correctly, the map and login system should load successfully.

Clone this wiki locally