# Installation Guide - Globe AI v2.0

1. Create a MySQL user and import SQL:

```sql
-- as mysql root or admin
SOURCE sql/install.sql;
```

2. Update `config.php` with proper DB credentials for `globe_ai_db` and `sngine_db`.
3. Ensure PHP 8.2 and PDO MySQL extension are installed.
4. Make storage writable: `chmod -R 755 storage`.
5. Place the `GlobeAI` folder under your webserver or include its API endpoints in your routing.

Optional: Install `dompdf/dompdf` via Composer to enable PDF export.
