# AuraCanvas Server Upload Guide

Upload ALL files to: public_html/AuraCanvas/
Then open: https://systemtamim.top/AuraCanvas/

1. cPanel File Manager → public_html → create folder "AuraCanvas"
2. Upload entire AuraCanvas-Server folder contents inside AuraCanvas/
   (index.php must be directly inside AuraCanvas/)

3. Permissions 755:
   - storage/data
   - uploads

4. PHP 7.4 or 8.x (cPanel → Select PHP Version)

5. Edit config/config.local.php:
   - gemini_api_key = your key from https://aistudio.google.com/apikey
   - admin_password = your secure password

6. Test in browser:
   https://systemtamim.top/AuraCanvas/ping.php
   https://systemtamim.top/AuraCanvas/api/templates.php
   https://systemtamim.top/AuraCanvas/admin/login.php

7. Android app URL (already set in ApiConfig.java):
   https://systemtamim.top/AuraCanvas/api/

8. Admin login: admin / (password from config.local.php)

9. Delete ping.php after test (optional).

NO .htaccess needed.
