-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Guide
Alex Secor edited this page Dec 5, 2025
·
1 revision
Follow these steps to run Accessibility Finder locally.
git clone https://github.com/SAS24E/AccessibilityFinder.git
You need:
- PHP 8 or higher
- MySQL 5.7+
- XAMPP/MAMP/WAMP or similar
- Open phpMyAdmin
- Create a new database
- Import the SQL file from the
Databasefolder
Edit: application/config/Database.php
Update: $host, $db_name, $username, $password
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.