Install a local server environment:
- XAMPP (Recommended)
- WAMP
- MAMP
- Extract the project zip file
- Copy the robot folder
- Paste it inside:
<!-- -->
xampp/htdocs/
- Open phpMyAdmin
- Create a new database:
<!-- -->
aquilon_robotics
- Import the file:
<!-- -->
dtabase.sql
Open file:
config/database.php
Update credentials if needed:
$host = "localhost";
$username = "root";
$password = "";
$database = "aquilon_robotics";- Start Apache and MySQL from XAMPP
- Open browser and go to:
<!-- -->
http://localhost/robot/
Register account → Login → Access Dashboard